diff options
author | Benoit Foucher <benoit@zeroc.com> | 2006-10-24 10:07:47 +0000 |
---|---|---|
committer | Benoit Foucher <benoit@zeroc.com> | 2006-10-24 10:07:47 +0000 |
commit | 7b592e7fe94abf0e8e8e493bb5e83d92f0c5415f (patch) | |
tree | 573b60cfabd063723d8d2c4e9f81a4972581a2a6 /cpp/src/IceGrid/NodeSessionManager.h | |
parent | Removed Properties.sgml and ProxiesEndpoints.sgml. (diff) | |
download | ice-7b592e7fe94abf0e8e8e493bb5e83d92f0c5415f.tar.bz2 ice-7b592e7fe94abf0e8e8e493bb5e83d92f0c5415f.tar.xz ice-7b592e7fe94abf0e8e8e493bb5e83d92f0c5415f.zip |
Fixed bug where node couldn't be interrupted if master isn't available
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&); |