1 //=============================================================================
3 * @file RTPortableServer.cpp
5 * @author Frank Hunleth <fhunleth@cs.wustl.edu>
7 //=============================================================================
10 #include "tao/RTPortableServer/RTPortableServer.h"
11 #include "tao/RTPortableServer/RT_Object_Adapter_Factory.h"
13 #if defined (TAO_HAS_CORBA_MESSAGING) && TAO_HAS_CORBA_MESSAGING != 0
15 TAO_BEGIN_VERSIONED_NAMESPACE_DECL
17 TAO_RTPortableServer_Initializer::TAO_RTPortableServer_Initializer ()
19 ACE_Service_Config::process_directive (ace_svc_desc_TAO_RT_Object_Adapter_Factory
);
22 TAO_END_VERSIONED_NAMESPACE_DECL
24 #endif /* TAO_HAS_CORBA_MESSAGING && TAO_HAS_CORBA_MESSAGING != 0 */