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