1 #ifndef FOOSERVANTLIST_H
2 #define FOOSERVANTLIST_H
5 #include "tao/PortableServer/PortableServer.h"
6 #include "tao/PortableServer/Servant_Base.h"
7 #include "ace/SString.h"
13 FooServantList(const ACE_TCHAR
* prefix
,
14 unsigned num_servants
,
19 void create_and_activate(PortableServer::POA_ptr poa
);
24 PortableServer::ServantBase_var
* servants_
;
26 unsigned num_servants_
;
28 ACE_Atomic_Op
<TAO_SYNCH_MUTEX
, unsigned> num_clients_
;