TAO_PI_Server_Init Class Reference

#include <PI_Server.h>

List of all members.

Static Public Member Functions

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


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 13 of file PI_Server.cpp.

References ACE_Service_Config::process_directive().

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


The documentation for this class was generated from the following files:
Generated on Thu Nov 9 12:54:26 2006 for TAO_PI_Server by doxygen 1.3.6