diff options
author | Dwayne Boone <dwayne@zeroc.com> | 2007-01-05 18:50:12 +0000 |
---|---|---|
committer | Dwayne Boone <dwayne@zeroc.com> | 2007-01-05 18:50:12 +0000 |
commit | 738623799efdaab619e744919fb7c3821ded703c (patch) | |
tree | 8e9a20c99c07f6cab855b1ff246101dfdc4dfc28 /cpp/demo/IceBox/hello/HelloServiceI.cpp | |
parent | Added ObjectAdapter::destroy (diff) | |
download | ice-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.cpp | 3 |
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(); } |