diff options
author | Benoit Foucher <benoit@zeroc.com> | 2002-07-30 20:09:03 +0000 |
---|---|---|
committer | Benoit Foucher <benoit@zeroc.com> | 2002-07-30 20:09:03 +0000 |
commit | 1e7b87da6a8a2125c512a88d3472f17e9e245f68 (patch) | |
tree | 46820762c4aeef55f85d4646940a1f01f788b920 /cpp/src | |
parent | Fix to get IceBox shutdown properly again. (diff) | |
download | ice-1e7b87da6a8a2125c512a88d3472f17e9e245f68.tar.bz2 ice-1e7b87da6a8a2125c512a88d3472f17e9e245f68.tar.xz ice-1e7b87da6a8a2125c512a88d3472f17e9e245f68.zip |
Fix
Diffstat (limited to 'cpp/src')
-rw-r--r-- | cpp/src/IcePack/LocatorI.h | 3 | ||||
-rw-r--r-- | cpp/src/IcePack/LocatorRegistryI.h | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/cpp/src/IcePack/LocatorI.h b/cpp/src/IcePack/LocatorI.h index 206c5344bfb..1f8f93cd318 100644 --- a/cpp/src/IcePack/LocatorI.h +++ b/cpp/src/IcePack/LocatorI.h @@ -20,7 +20,8 @@ namespace IcePack class LocatorI : public ::Ice::Locator { -public: // TODO: ML: Add empty line. +public: + LocatorI(const AdapterManagerPrx&, const ::Ice::LocatorRegistryPrx&); virtual ::Ice::ObjectPrx findAdapterByName(const std::string&, const ::Ice::Current&); diff --git a/cpp/src/IcePack/LocatorRegistryI.h b/cpp/src/IcePack/LocatorRegistryI.h index bf53fb5d0ef..6c895514155 100644 --- a/cpp/src/IcePack/LocatorRegistryI.h +++ b/cpp/src/IcePack/LocatorRegistryI.h @@ -21,7 +21,8 @@ namespace IcePack class LocatorRegistryI : public Ice::LocatorRegistry { -public: // TODO: ML: Add empty line. +public: + LocatorRegistryI(const AdapterManagerPrx&); virtual void addAdapter(const ::std::string&, const ::Ice::ObjectPrx&, const ::Ice::Current&); |