00001 // $Id: RTCORBA.cpp 71473 2006-03-10 07:19:20Z jtc $ 00002 00003 #include "tao/RTCORBA/RTCORBA.h" 00004 00005 #if TAO_HAS_CORBA_MESSAGING == 1 00006 00007 #include "tao/RTCORBA/RT_ORB_Loader.h" 00008 00009 ACE_RCSID (RTCORBA, RTCORBA, "$Id: RTCORBA.cpp 71473 2006-03-10 07:19:20Z jtc $") 00010 00011 TAO_BEGIN_VERSIONED_NAMESPACE_DECL 00012 00013 TAO_RTCORBA_Initializer::TAO_RTCORBA_Initializer (void) 00014 { 00015 ACE_Service_Config::process_directive (ace_svc_desc_TAO_RT_ORB_Loader); 00016 } 00017 00018 TAO_END_VERSIONED_NAMESPACE_DECL 00019 00020 #endif /* TAO_HAS_CORBA_MESSAGING && TAO_HAS_CORBA_MESSAGING != 0 */