4 #include "Servant_Locator.h"
13 int init (int argc
, ACE_TCHAR
*argv
[]);
15 // Initialize the ORB, POA etc.
17 int init_register_name_service ();
18 // Initialize the Name service, tegister the combined IOR with it
20 int activate_servant ();
21 // Activate the servant etc.
23 int make_iors_register ();
26 // Run the ORB event loop..
31 PortableServer::POA_var new_poa_var_
;
32 // The new poa that is created..
34 Servant_Locator
*servant_locator_
;
35 // Our servant locator
37 PortableServer::ServantLocator_var servant_locator_var_
;
38 // Our servant locator var
40 CORBA::Object_var new_manager_ior_
;
42 #endif /*_MANAGER_H_ */