4 #include "CSD_PT_TestServant_Export.h"
5 #include "TestServant/FooS.h"
6 #include "Foo_Statistics.h"
9 class CSD_PT_TestServant_Export Foo_i
: public virtual POA_Foo
17 virtual void op2(CORBA::Long value
);
19 virtual CORBA::Long
op3(CORBA::Long value
);
21 virtual void op4(CORBA::Long value
);
28 void gather_stats(Foo_Statistics
& stats
);
32 unsigned op_count_
[5];