summaryrefslogtreecommitdiff
path: root/TAO/tao/RTPortableServer/RTPortableServer.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/RTPortableServer/RTPortableServer.cpp')
-rw-r--r--TAO/tao/RTPortableServer/RTPortableServer.cpp31
1 files changed, 0 insertions, 31 deletions
diff --git a/TAO/tao/RTPortableServer/RTPortableServer.cpp b/TAO/tao/RTPortableServer/RTPortableServer.cpp
deleted file mode 100644
index a1e3ab95a43..00000000000
--- a/TAO/tao/RTPortableServer/RTPortableServer.cpp
+++ /dev/null
@@ -1,31 +0,0 @@
-/* -*- C++ -*- */
-
-// $Id$
-// =================================================================
-//
-// = LIBRARY
-// TAO
-//
-// = FILENAME
-// RTPortableServer.cpp
-//
-// = AUTHOR
-// Frank Hunleth <fhunleth@cs.wustl.edu>
-//
-// =================================================================
-
-#include "RTPortableServer.h"
-#include "RT_Object_Adapter_Factory.h"
-
-#if defined (TAO_HAS_CORBA_MESSAGING) && TAO_HAS_CORBA_MESSAGING != 0
-
-ACE_RCSID (RTPortableServer,
- RTPortableServer,
- "$Id$")
-
-TAO_RTPortableServer_Initializer::TAO_RTPortableServer_Initializer (void)
-{
- ACE_Service_Config::process_directive (ace_svc_desc_TAO_RT_Object_Adapter_Factory);
-}
-
-#endif /* TAO_HAS_CORBA_MESSAGING && TAO_HAS_CORBA_MESSAGING != 0 */