MIOP.cpp

Go to the documentation of this file.
00001 #include "orbsvcs/PortableGroup/MIOP.h"
00002 #include "orbsvcs/PortableGroup/UIPMC_Factory.h"
00003 #include "ace/Service_Config.h"
00004 #include "orbsvcs/PortableGroup/PortableGroup_Loader.h"
00005 #include "orbsvcs/PortableGroup/PG_Object_Adapter_Factory.h"
00006 
00007 ACE_RCSID (PortableGroup,
00008            UIPMC_Factory,
00009            "MIOP.cpp,v 1.4 2006/03/14 06:14:34 jtc Exp")
00010 
00011 TAO_BEGIN_VERSIONED_NAMESPACE_DECL
00012 
00013 namespace TAO
00014 {
00015   /*static*/ int
00016   MIOP_Loader::Initializer (void)
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   }
00027 }
00028 
00029 TAO_END_VERSIONED_NAMESPACE_DECL

Generated on Thu Nov 9 14:03:33 2006 for TAO_PortableGroup by doxygen 1.3.6