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/test/Ice/binding/TestI.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/test/Ice/binding/TestI.cpp')
-rw-r--r-- | cpp/test/Ice/binding/TestI.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/cpp/test/Ice/binding/TestI.cpp b/cpp/test/Ice/binding/TestI.cpp index 6f67ec0bf9a..68fa9114a74 100644 --- a/cpp/test/Ice/binding/TestI.cpp +++ b/cpp/test/Ice/binding/TestI.cpp @@ -54,8 +54,7 @@ RemoteObjectAdapterI::deactivate(const Ice::Current&) { try { - _adapter->deactivate(); - _adapter->waitForDeactivate(); + _adapter->destroy(); } catch(const ObjectAdapterDeactivatedException&) { |