5 #include "ace/CORBA_macros.h"
6 #include "tao/Environment.h"
9 class Foo_i
: public virtual POA_Foo
12 Foo_i(unsigned num_clients
);
17 virtual void op2(CORBA::Long value
);
19 virtual CORBA::Long
op3();
21 virtual void op4(CORBA::Long value
);
30 unsigned num_clients_
;