diff options
author | Michi Henning <michi@zeroc.com> | 2003-06-17 06:07:11 +0000 |
---|---|---|
committer | Michi Henning <michi@zeroc.com> | 2003-06-17 06:07:11 +0000 |
commit | ea7d244c8a82d61d371493d3ee7c05eafa4f07b2 (patch) | |
tree | 192cd2b6b2808d7faf8db06b700af786a568e9a1 /cpp/src/IcePatch/FileLocator.cpp | |
parent | added comment about changes to TestUtil.py (diff) | |
download | ice-ea7d244c8a82d61d371493d3ee7c05eafa4f07b2.tar.bz2 ice-ea7d244c8a82d61d371493d3ee7c05eafa4f07b2.tar.xz ice-ea7d244c8a82d61d371493d3ee7c05eafa4f07b2.zip |
Changed Ice::ServantLocator::deactivate() such that the category is passed
to deactivate().
Diffstat (limited to 'cpp/src/IcePatch/FileLocator.cpp')
-rw-r--r-- | cpp/src/IcePatch/FileLocator.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/IcePatch/FileLocator.cpp b/cpp/src/IcePatch/FileLocator.cpp index c32ba18af24..4fca6e31b01 100644 --- a/cpp/src/IcePatch/FileLocator.cpp +++ b/cpp/src/IcePatch/FileLocator.cpp @@ -107,7 +107,7 @@ IcePatch::FileLocator::finished(const Current& current, const ObjectPtr&, } void -IcePatch::FileLocator::deactivate() +IcePatch::FileLocator::deactivate(const std::string&) { // // Break cyclic dependencies. |