diff options
author | Benoit Foucher <benoit@zeroc.com> | 2014-10-14 12:55:46 +0200 |
---|---|---|
committer | Benoit Foucher <benoit@zeroc.com> | 2014-10-14 12:58:58 +0200 |
commit | d87cf8ef07bd13cf4bdeef88c7d75fe9c2593972 (patch) | |
tree | e0cd124ba9820e2740bcf199954457be7d30319e /cpp/src/IceGrid/RegistryI.h | |
parent | Added interrupt test for retry sleeps (diff) | |
download | ice-d87cf8ef07bd13cf4bdeef88c7d75fe9c2593972.tar.bz2 ice-d87cf8ef07bd13cf4bdeef88c7d75fe9c2593972.tar.xz ice-d87cf8ef07bd13cf4bdeef88c7d75fe9c2593972.zip |
Fixed ICE-5458: Locator::getRegistry now returns a replicated proxy
Diffstat (limited to 'cpp/src/IceGrid/RegistryI.h')
-rw-r--r-- | cpp/src/IceGrid/RegistryI.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cpp/src/IceGrid/RegistryI.h b/cpp/src/IceGrid/RegistryI.h index 76a59b0cb06..e8b134f94b7 100644 --- a/cpp/src/IceGrid/RegistryI.h +++ b/cpp/src/IceGrid/RegistryI.h @@ -85,8 +85,8 @@ public: private: - Ice::LocatorRegistryPrx setupLocatorRegistry(); - LocatorPrx setupLocator(const Ice::LocatorRegistryPrx&, const RegistryPrx&, const QueryPrx&); + void setupLocatorRegistry(); + LocatorPrx setupLocator(const RegistryPrx&, const QueryPrx&); QueryPrx setupQuery(); RegistryPrx setupRegistry(); InternalRegistryPrx setupInternalRegistry(); |