#include <PI_ORBInitializer.h>
Inheritance diagram for TAO_PI_ORBInitializer:
Public Member Functions | |
PortableInterceptor::ORBInitializer methods | |
void | pre_init (PortableInterceptor::ORBInitInfo_ptr info) throw (CORBA::SystemException) |
void | post_init (PortableInterceptor::ORBInitInfo_ptr info) throw (CORBA::SystemException) |
Private Member Functions | |
void | register_policy_factories (PortableInterceptor::ORBInitInfo_ptr info) |
Register PortableInterceptor policy factories. | |
Private Attributes | |
PortableInterceptor::PolicyFactory_var | policy_factory_ |
Instance of the PI policy factory. |
|
|
|
|
|
Register PortableInterceptor policy factories.
|
|
Instance of the PI policy factory. The PI policy factory is stateless and reentrant, so share a single instance between all ORBs. |