00001 //============================================================================= 00002 /** 00003 * @file RTPortableServer.cpp 00004 * 00005 * $Id: RTPortableServer.cpp 77028 2007-02-12 14:49:05Z johnnyw $ 00006 * 00007 * @author Frank Hunleth <fhunleth@cs.wustl.edu> 00008 */ 00009 //============================================================================= 00010 00011 00012 #include "tao/RTPortableServer/RTPortableServer.h" 00013 #include "tao/RTPortableServer/RT_Object_Adapter_Factory.h" 00014 00015 #if defined (TAO_HAS_CORBA_MESSAGING) && TAO_HAS_CORBA_MESSAGING != 0 00016 00017 ACE_RCSID (RTPortableServer, 00018 RTPortableServer, 00019 "$Id: RTPortableServer.cpp 77028 2007-02-12 14:49:05Z johnnyw $") 00020 00021 TAO_BEGIN_VERSIONED_NAMESPACE_DECL 00022 00023 TAO_RTPortableServer_Initializer::TAO_RTPortableServer_Initializer (void) 00024 { 00025 ACE_Service_Config::process_directive (ace_svc_desc_TAO_RT_Object_Adapter_Factory); 00026 } 00027 TAO_END_VERSIONED_NAMESPACE_DECL 00028 00029 #endif /* TAO_HAS_CORBA_MESSAGING && TAO_HAS_CORBA_MESSAGING != 0 */