diff options
author | Dwayne Boone <dwayne@zeroc.com> | 2014-08-22 15:35:21 -0230 |
---|---|---|
committer | Dwayne Boone <dwayne@zeroc.com> | 2014-08-22 15:35:21 -0230 |
commit | 609591644a83b2c75627951a89d6caa2cce2e3eb (patch) | |
tree | da2e8632b79fdf3a2b1c76d29c5feea716d93dee /cpp/test/Ice/exceptions/AllTests.cpp | |
parent | Sort src Makefiles for C# and Python (diff) | |
download | ice-609591644a83b2c75627951a89d6caa2cce2e3eb.tar.bz2 ice-609591644a83b2c75627951a89d6caa2cce2e3eb.tar.xz ice-609591644a83b2c75627951a89d6caa2cce2e3eb.zip |
ICE-5606 renamed ServantLocator::deactivate to destroy
Diffstat (limited to 'cpp/test/Ice/exceptions/AllTests.cpp')
-rw-r--r-- | cpp/test/Ice/exceptions/AllTests.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/test/Ice/exceptions/AllTests.cpp b/cpp/test/Ice/exceptions/AllTests.cpp index 81a093f5c2c..6bca0e00a76 100644 --- a/cpp/test/Ice/exceptions/AllTests.cpp +++ b/cpp/test/Ice/exceptions/AllTests.cpp @@ -24,7 +24,7 @@ public: virtual Ice::ObjectPtr locate(const Ice::Current&, Ice::LocalObjectPtr&) { return 0; } virtual void finished(const Ice::Current&, const Ice::ObjectPtr&, const Ice::LocalObjectPtr&) {} - virtual void deactivate(const string&) {} + virtual void destroy(const string&) {} }; class ObjectFactoryI : virtual public Ice::ObjectFactory |