summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/tests/AVStreams/Full_Profile/server.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/orbsvcs/tests/AVStreams/Full_Profile/server.cpp')
-rw-r--r--TAO/orbsvcs/tests/AVStreams/Full_Profile/server.cpp6
1 files changed, 2 insertions, 4 deletions
diff --git a/TAO/orbsvcs/tests/AVStreams/Full_Profile/server.cpp b/TAO/orbsvcs/tests/AVStreams/Full_Profile/server.cpp
index 9dfe9cd9959..4a49a9a6dcf 100644
--- a/TAO/orbsvcs/tests/AVStreams/Full_Profile/server.cpp
+++ b/TAO/orbsvcs/tests/AVStreams/Full_Profile/server.cpp
@@ -44,7 +44,6 @@ FTP_Server_Callback::handle_stop (void)
{
ACE_DEBUG ((LM_DEBUG,"FTP_Server_Callback::stop\n"));
ACE_OS::fclose (FTP_SERVER::instance ()->file ());
- TAO_AV_CORE::instance ()->orb ()->shutdown ();
return 0;
}
@@ -76,11 +75,10 @@ FTP_Server_Callback::handle_end_stream (void)
}
Server::Server (void)
- :orb_ (TAO_AV_CORE::instance ()->orb ()),
+ :reactive_strategy_ (TAO_AV_CORE::instance ()->orb (), TAO_AV_CORE::instance ()->poa ()),
+ orb_ (TAO_AV_CORE::instance ()->orb ()),
poa_ (TAO_AV_CORE::instance ()->poa ())
{
- reactive_strategy_.init (TAO_AV_CORE::instance ()->orb (),
- TAO_AV_CORE::instance ()->poa ());
}
AVStreams::protocolSpec