diff options
Diffstat (limited to 'cpp/test/Ice/binding/TestI.cpp')
-rw-r--r-- | cpp/test/Ice/binding/TestI.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cpp/test/Ice/binding/TestI.cpp b/cpp/test/Ice/binding/TestI.cpp index cbbad4a6e11..8407ebff887 100644 --- a/cpp/test/Ice/binding/TestI.cpp +++ b/cpp/test/Ice/binding/TestI.cpp @@ -41,7 +41,7 @@ RemoteCommunicatorI::shutdown(const Ice::Current& current) RemoteObjectAdapterI::RemoteObjectAdapterI(const Ice::ObjectAdapterPtr& adapter) : _adapter(adapter), _testIntf(TestIntfPrx::uncheckedCast(_adapter->add(new TestI(), - adapter->getCommunicator()->stringToIdentity("test")))) + adapter->getCommunicator()->stringToIdentity("test")))) { _adapter->activate(); } @@ -57,7 +57,7 @@ RemoteObjectAdapterI::deactivate(const Ice::Current&) { try { - _adapter->destroy(); + _adapter->destroy(); } catch(const ObjectAdapterDeactivatedException&) { |