summaryrefslogtreecommitdiff
path: root/cpp/src/IceGrid/ReplicaSessionI.h
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/src/IceGrid/ReplicaSessionI.h')
-rw-r--r--cpp/src/IceGrid/ReplicaSessionI.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/cpp/src/IceGrid/ReplicaSessionI.h b/cpp/src/IceGrid/ReplicaSessionI.h
index aa737b91b06..c01f0290308 100644
--- a/cpp/src/IceGrid/ReplicaSessionI.h
+++ b/cpp/src/IceGrid/ReplicaSessionI.h
@@ -48,6 +48,7 @@ public:
const RegistryInfo& getInfo() const { return _info; }
Ice::ObjectPrx getEndpoint(const std::string&);
+ bool isDestroyed() const;
private: