#include <PI_Server.h>
Static Public Member Functions | |
static int | Initializer (void) |
Used to force the initialization of the ORB code. |
Definition at line 32 of file PI_Server.h.
int TAO_PI_Server_Init::Initializer | ( | void | ) | [static] |
Used to force the initialization of the ORB code.
Definition at line 12 of file PI_Server.cpp.
{ #if TAO_HAS_INTERCEPTORS == 1 ACE_Service_Config::process_directive (ace_svc_desc_TAO_ServerRequestInterceptor_Adapter_Factory_Impl); #endif /* TAO_HAS_INTERCEPTORS */ return ACE_Service_Config::process_directive (ace_svc_desc_TAO_PI_Server_Loader); }