summaryrefslogtreecommitdiff
path: root/TAO/tao/default_server.cpp
diff options
context:
space:
mode:
authorcoryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-04-15 16:17:08 +0000
committercoryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-04-15 16:17:08 +0000
commitdea100c320b37cc2a49cea6ce178019425c849ee (patch)
tree37eedbadb7d61e1820a7a8d6c86333f9e5d6ad64 /TAO/tao/default_server.cpp
parentf63d7e7eaef6b4a887b7284f20539ce63299b265 (diff)
downloadATCD-dea100c320b37cc2a49cea6ce178019425c849ee.tar.gz
ChangeLogTag:Thu Apr 15 10:44:12 1999 Carlos O'Ryan <coryan@cs.wustl.edu>
Diffstat (limited to 'TAO/tao/default_server.cpp')
-rw-r--r--TAO/tao/default_server.cpp4
1 files changed, 1 insertions, 3 deletions
diff --git a/TAO/tao/default_server.cpp b/TAO/tao/default_server.cpp
index 9073b72189e..0238993da40 100644
--- a/TAO/tao/default_server.cpp
+++ b/TAO/tao/default_server.cpp
@@ -173,10 +173,8 @@ TAO_Default_Server_Strategy_Factory::init (int argc, char *argv[])
}
int
-TAO_Default_Server_Strategy_Factory::open (void)
+TAO_Default_Server_Strategy_Factory::open (TAO_ORB_Core* orb_core)
{
- TAO_ORB_Core *orb_core = TAO_ORB_Core_instance ();
-
if (reactive_strategy_.open (orb_core->reactor ()) == 0
&& threaded_strategy_.open (orb_core->thr_mgr (),
this->thread_flags_) == 0)