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.cpp8
1 files changed, 2 insertions, 6 deletions
diff --git a/TAO/tao/RTPortableServer/RTPortableServer.cpp b/TAO/tao/RTPortableServer/RTPortableServer.cpp
index 6c37b0d28e2..db756286e2d 100644
--- a/TAO/tao/RTPortableServer/RTPortableServer.cpp
+++ b/TAO/tao/RTPortableServer/RTPortableServer.cpp
@@ -19,11 +19,7 @@
ACE_RCSID (RTPortableServer, RTPortableServer, "$Id$")
-int
-TAO_RT_POA_Initializer::init (void)
+TAO_RTPortableServer_Initializer::TAO_RTPortableServer_Initializer (void)
{
- ACE_Service_Config::static_svcs ()->
- insert (&ace_svc_desc_TAO_RT_Object_Adapter_Factory);
-
- return 0;
+ ACE_Service_Config::static_svcs ()->insert (&ace_svc_desc_TAO_RT_Object_Adapter_Factory);
}