summaryrefslogtreecommitdiff
path: root/cpp/src/IceGrid/RegistryI.h
diff options
context:
space:
mode:
authorBenoit Foucher <benoit@zeroc.com>2014-10-14 12:55:46 +0200
committerBenoit Foucher <benoit@zeroc.com>2014-10-14 12:58:58 +0200
commitd87cf8ef07bd13cf4bdeef88c7d75fe9c2593972 (patch)
treee0cd124ba9820e2740bcf199954457be7d30319e /cpp/src/IceGrid/RegistryI.h
parentAdded interrupt test for retry sleeps (diff)
downloadice-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.h4
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();