4 #include "Servant_Locator.h"
14 int init (int argc
, ACE_TCHAR
*argv
[]);
15 // Initialize the ORB, POA etc.
17 int activate_servant ();
18 // Activate the servant etc.
21 // Run the ORB's event loop.
23 CORBA::ORB_ptr
orb ();
26 CORBA::Object_ptr
server ();
33 PortableServer::POA_var new_poa_var_
;
34 // The new poa that is created.
36 PortableServer::ServantLocator_var servant_locator_
;
37 // Our servant locator
39 CORBA::Object_var server_
;
43 #endif /*_MANAGER_H_ */