diff options
Diffstat (limited to 'cpp')
-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&); |