TAO::MIOP_Loader Class Reference

#include <MIOP.h>

List of all members.

Static Public Member Functions

static int Initializer (void)


Detailed Description

Definition at line 29 of file MIOP.h.


Member Function Documentation

int TAO::MIOP_Loader::Initializer ( void   )  [static]

Used to force the insertion of UIPMC_Factory in the service configurator.

Definition at line 16 of file MIOP.cpp.

References ACE_Service_Config::process_directive().

00017   {
00018     ACE_Service_Config::process_directive (
00019       ace_svc_desc_TAO_PortableGroup_Loader);
00020 
00021     ACE_Service_Config::process_directive (
00022       ace_svc_desc_TAO_PG_Object_Adapter_Factory);
00023 
00024     return ACE_Service_Config::process_directive (
00025       ace_svc_desc_TAO_UIPMC_Protocol_Factory);
00026   }


The documentation for this class was generated from the following files:
Generated on Tue Feb 2 17:49:59 2010 for TAO_PortableGroup by  doxygen 1.4.7