=default for generated implementation copy ctor
[ACE_TAO.git] / TAO / tao / RTPortableServer / RTPortableServer.cpp
blob00e0c54c25f8fcf29234bb0532f49a4f511d293c
1 //=============================================================================
2 /**
3 * @file RTPortableServer.cpp
5 * @author Frank Hunleth <fhunleth@cs.wustl.edu>
6 */
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 */