Revert "Minor modernization of DynamicAny code"
[ACE_TAO.git] / TAO / tao / RTCORBA / RTCORBA.cpp
blob26884e809a26593f31ce3101e20f8556c3a13816
1 #include "tao/RTCORBA/RTCORBA.h"
3 #if TAO_HAS_CORBA_MESSAGING == 1
5 #include "tao/RTCORBA/RT_ORB_Loader.h"
7 TAO_BEGIN_VERSIONED_NAMESPACE_DECL
9 TAO_RTCORBA_Initializer::TAO_RTCORBA_Initializer ()
11 ACE_Service_Config::process_directive (ace_svc_desc_TAO_RT_ORB_Loader);
14 TAO_END_VERSIONED_NAMESPACE_DECL
16 #endif /* TAO_HAS_CORBA_MESSAGING && TAO_HAS_CORBA_MESSAGING != 0 */