Major cleanup in PortableServer library
[ACE_TAO.git] / TAO / tao / PortableServer / PortableServer.cpp
blob8d2cd3f885cbd080f48414fd9fa671321610d30d
1 #include "tao/PortableServer/PortableServer.h"
2 #include "tao/PortableServer/Object_Adapter_Factory.h"
3 #include "tao/PortableServer/POA_Current_Factory.h"
5 TAO_BEGIN_VERSIONED_NAMESPACE_DECL
7 int
8 TAO_POA_Initializer::init ()
10 ACE_Service_Config::process_directive (ace_svc_desc_TAO_POA_Current_Factory);
12 return ACE_Service_Config::process_directive (ace_svc_desc_TAO_Object_Adapter_Factory);
15 TAO_END_VERSIONED_NAMESPACE_DECL