summaryrefslogtreecommitdiff
path: root/TAO/tao/RTCORBA/RTCORBA.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/RTCORBA/RTCORBA.cpp')
-rw-r--r--TAO/tao/RTCORBA/RTCORBA.cpp8
1 files changed, 2 insertions, 6 deletions
diff --git a/TAO/tao/RTCORBA/RTCORBA.cpp b/TAO/tao/RTCORBA/RTCORBA.cpp
index 3f29493da22..f1bf07f576d 100644
--- a/TAO/tao/RTCORBA/RTCORBA.cpp
+++ b/TAO/tao/RTCORBA/RTCORBA.cpp
@@ -1,20 +1,16 @@
// $Id$
-#include "tao/RTCORBA/RTCORBA.h"
+#include "RTCORBA.h"
#if TAO_HAS_CORBA_MESSAGING == 1
-#include "tao/RTCORBA/RT_ORB_Loader.h"
+#include "RT_ORB_Loader.h"
ACE_RCSID (RTCORBA, RTCORBA, "$Id$")
-TAO_BEGIN_VERSIONED_NAMESPACE_DECL
-
TAO_RTCORBA_Initializer::TAO_RTCORBA_Initializer (void)
{
ACE_Service_Config::process_directive (ace_svc_desc_TAO_RT_ORB_Loader);
}
-TAO_END_VERSIONED_NAMESPACE_DECL
-
#endif /* TAO_HAS_CORBA_MESSAGING && TAO_HAS_CORBA_MESSAGING != 0 */