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.cpp16
1 files changed, 0 insertions, 16 deletions
diff --git a/TAO/tao/RTCORBA/RTCORBA.cpp b/TAO/tao/RTCORBA/RTCORBA.cpp
deleted file mode 100644
index f1bf07f576d..00000000000
--- a/TAO/tao/RTCORBA/RTCORBA.cpp
+++ /dev/null
@@ -1,16 +0,0 @@
-// $Id$
-
-#include "RTCORBA.h"
-
-#if TAO_HAS_CORBA_MESSAGING == 1
-
-#include "RT_ORB_Loader.h"
-
-ACE_RCSID (RTCORBA, RTCORBA, "$Id$")
-
-TAO_RTCORBA_Initializer::TAO_RTCORBA_Initializer (void)
-{
- ACE_Service_Config::process_directive (ace_svc_desc_TAO_RT_ORB_Loader);
-}
-
-#endif /* TAO_HAS_CORBA_MESSAGING && TAO_HAS_CORBA_MESSAGING != 0 */