diff options
author | Dwayne Boone <dwayne@zeroc.com> | 2014-08-22 16:28:31 -0230 |
---|---|---|
committer | Dwayne Boone <dwayne@zeroc.com> | 2014-08-22 16:28:31 -0230 |
commit | 8e63757aa8c07d290856fd987ae78d90ffd2ae16 (patch) | |
tree | dfa0189f62bc8373c57604bdb6875fcd825f29a9 /cpp/test/Ice/invoke/Server.cpp | |
parent | ICE-5606 renamed ServantLocator::deactivate to destroy (diff) | |
download | ice-8e63757aa8c07d290856fd987ae78d90ffd2ae16.tar.bz2 ice-8e63757aa8c07d290856fd987ae78d90ffd2ae16.tar.xz ice-8e63757aa8c07d290856fd987ae78d90ffd2ae16.zip |
Revert "ICE-5606 renamed ServantLocator::deactivate to destroy"
This reverts commit 710af6e9ea945157ef8b92112167aeda01b6d383.
Diffstat (limited to 'cpp/test/Ice/invoke/Server.cpp')
-rw-r--r-- | cpp/test/Ice/invoke/Server.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/test/Ice/invoke/Server.cpp b/cpp/test/Ice/invoke/Server.cpp index 26101751a08..2b0253b887b 100644 --- a/cpp/test/Ice/invoke/Server.cpp +++ b/cpp/test/Ice/invoke/Server.cpp @@ -58,7 +58,7 @@ public: } virtual void - destroy(const string&) + deactivate(const string&) { } |