Static Public Member Functions

TAO_PI_Server_Init Class Reference

#include <PI_Server.h>

List of all members.

Static Public Member Functions

static int Initializer (void)
 Used to force the initialization of the ORB code.

Detailed Description

Definition at line 32 of file PI_Server.h.


Member Function Documentation

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);
}


The documentation for this class was generated from the following files:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines