summaryrefslogtreecommitdiff
path: root/cpp/demo/IceBox/hello/HelloServiceI.cpp
diff options
context:
space:
mode:
authorDwayne Boone <dwayne@zeroc.com>2007-01-05 18:50:12 +0000
committerDwayne Boone <dwayne@zeroc.com>2007-01-05 18:50:12 +0000
commit738623799efdaab619e744919fb7c3821ded703c (patch)
tree8e9a20c99c07f6cab855b1ff246101dfdc4dfc28 /cpp/demo/IceBox/hello/HelloServiceI.cpp
parentAdded ObjectAdapter::destroy (diff)
downloadice-738623799efdaab619e744919fb7c3821ded703c.tar.bz2
ice-738623799efdaab619e744919fb7c3821ded703c.tar.xz
ice-738623799efdaab619e744919fb7c3821ded703c.zip
Added ObejctAdapter::destroy
Diffstat (limited to 'cpp/demo/IceBox/hello/HelloServiceI.cpp')
-rw-r--r--cpp/demo/IceBox/hello/HelloServiceI.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/cpp/demo/IceBox/hello/HelloServiceI.cpp b/cpp/demo/IceBox/hello/HelloServiceI.cpp
index af0408d3bcd..135bd4a8384 100644
--- a/cpp/demo/IceBox/hello/HelloServiceI.cpp
+++ b/cpp/demo/IceBox/hello/HelloServiceI.cpp
@@ -46,6 +46,5 @@ HelloServiceI::start(const string& name, const Ice::CommunicatorPtr& communicato
void
HelloServiceI::stop()
{
- _adapter->deactivate();
- _adapter->waitForDeactivate();
+ _adapter->destroy();
}