diff options
Diffstat (limited to 'cpp/src/IceGrid/ReplicaCache.h')
-rw-r--r-- | cpp/src/IceGrid/ReplicaCache.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/cpp/src/IceGrid/ReplicaCache.h b/cpp/src/IceGrid/ReplicaCache.h index 44bce1c24fc..5712cbc001a 100644 --- a/cpp/src/IceGrid/ReplicaCache.h +++ b/cpp/src/IceGrid/ReplicaCache.h @@ -57,6 +57,8 @@ public: void nodeAdded(const NodePrx&); void nodeRemoved(const NodePrx&); + InternalRegistryPrxSeq getAll() const; + private: Ice::ObjectPrx getClientProxy() const; |