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

TAO_BEGIN_VERSIONED_NAMESPACE_DECL 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.

References ACE_Service_Config::process_directive().

00013 {
00014 #if TAO_HAS_INTERCEPTORS == 1
00015   ACE_Service_Config::process_directive (ace_svc_desc_TAO_ServerRequestInterceptor_Adapter_Factory_Impl);
00016 #endif  /* TAO_HAS_INTERCEPTORS */
00017 
00018   return ACE_Service_Config::process_directive (ace_svc_desc_TAO_PI_Server_Loader);
00019 }


The documentation for this class was generated from the following files:
Generated on Tue Feb 2 17:42:18 2010 for TAO_PI_Server by  doxygen 1.4.7