00001 // RTPortableServer.cpp,v 1.7 2006/03/10 07:19:16 jtc Exp 00002 // ================================================================= 00003 // 00004 // = LIBRARY 00005 // TAO 00006 // 00007 // = FILENAME 00008 // RTPortableServer.cpp 00009 // 00010 // = AUTHOR 00011 // Frank Hunleth <fhunleth@cs.wustl.edu> 00012 // 00013 // ================================================================= 00014 00015 #include "tao/RTPortableServer/RTPortableServer.h" 00016 #include "tao/RTPortableServer/RT_Object_Adapter_Factory.h" 00017 00018 #if defined (TAO_HAS_CORBA_MESSAGING) && TAO_HAS_CORBA_MESSAGING != 0 00019 00020 ACE_RCSID (RTPortableServer, 00021 RTPortableServer, 00022 "RTPortableServer.cpp,v 1.7 2006/03/10 07:19:16 jtc Exp") 00023 00024 TAO_BEGIN_VERSIONED_NAMESPACE_DECL 00025 00026 TAO_RTPortableServer_Initializer::TAO_RTPortableServer_Initializer (void) 00027 { 00028 ACE_Service_Config::process_directive (ace_svc_desc_TAO_RT_Object_Adapter_Factory); 00029 } 00030 TAO_END_VERSIONED_NAMESPACE_DECL 00031 00032 #endif /* TAO_HAS_CORBA_MESSAGING && TAO_HAS_CORBA_MESSAGING != 0 */