summaryrefslogtreecommitdiff
path: root/cpp/src/IceGrid/Database.h
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/src/IceGrid/Database.h')
-rw-r--r--cpp/src/IceGrid/Database.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/cpp/src/IceGrid/Database.h b/cpp/src/IceGrid/Database.h
index d412024a519..9a965fc005a 100644
--- a/cpp/src/IceGrid/Database.h
+++ b/cpp/src/IceGrid/Database.h
@@ -94,6 +94,7 @@ public:
Ice::StringSeq getAllNodes(const std::string& = std::string());
void addReplica(const std::string&, const ReplicaSessionIPtr&);
+ InternalRegistryPrxSeq getReplicas() const;
void removeReplica(const std::string&);
ServerInfo getServerInfo(const std::string&, bool = false);