diff options
Diffstat (limited to 'cpp/src/IceGrid/ReplicaCache.h')
-rw-r--r-- | cpp/src/IceGrid/ReplicaCache.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/IceGrid/ReplicaCache.h b/cpp/src/IceGrid/ReplicaCache.h index 9a13423bd44..829b26ddf41 100644 --- a/cpp/src/IceGrid/ReplicaCache.h +++ b/cpp/src/IceGrid/ReplicaCache.h @@ -33,7 +33,7 @@ public: bool canRemove() const { return true; } const ReplicaSessionIPtr& getSession() const; - RegistryInfo getInfo() const; + InternalReplicaInfoPtr getInfo() const; InternalRegistryPrx getProxy() const; private: |