diff options
Diffstat (limited to 'cpp/src/IceGrid/NodeSessionManager.h')
-rw-r--r-- | cpp/src/IceGrid/NodeSessionManager.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/cpp/src/IceGrid/NodeSessionManager.h b/cpp/src/IceGrid/NodeSessionManager.h index abe8f21a7fd..e2a2f4a79e7 100644 --- a/cpp/src/IceGrid/NodeSessionManager.h +++ b/cpp/src/IceGrid/NodeSessionManager.h @@ -52,7 +52,8 @@ public: void create(const NodeIPtr&); void create(const InternalRegistryPrx&); - void waitForCreate(); + bool waitForCreate(); + void terminate(); void destroy(); NodeSessionKeepAliveThreadPtr replicaAdded(const InternalRegistryPrx&); |