summaryrefslogtreecommitdiff
path: root/cpp/src/IceGrid/WellKnownObjectsManager.h
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/src/IceGrid/WellKnownObjectsManager.h')
-rw-r--r--cpp/src/IceGrid/WellKnownObjectsManager.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/cpp/src/IceGrid/WellKnownObjectsManager.h b/cpp/src/IceGrid/WellKnownObjectsManager.h
index f6ee5a35112..1cde35b9957 100644
--- a/cpp/src/IceGrid/WellKnownObjectsManager.h
+++ b/cpp/src/IceGrid/WellKnownObjectsManager.h
@@ -36,11 +36,14 @@ public:
Ice::ObjectPrx getEndpoints(const std::string&);
LocatorPrx getLocator();
+ Ice::LocatorRegistryPrx getLocatorRegistry();
private:
bool initialized() const;
+ Ice::ObjectPrx getWellKnownObjectReplicatedProxy(const Ice::Identity&, const std::string&);
+
const DatabasePtr _database;
bool _initialized;