TAO::MIOP_Loader Class Reference

#include <MIOP.h>

List of all members.

Static Public Member Functions

int Initializer (void)


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 Thu Nov 9 14:05:28 2006 for TAO_PortableGroup by doxygen 1.3.6