summaryrefslogtreecommitdiff
path: root/cpp/src/IceGrid/NodeSessionManager.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/src/IceGrid/NodeSessionManager.cpp')
-rw-r--r--cpp/src/IceGrid/NodeSessionManager.cpp6
1 files changed, 6 insertions, 0 deletions
diff --git a/cpp/src/IceGrid/NodeSessionManager.cpp b/cpp/src/IceGrid/NodeSessionManager.cpp
index 1a38bfb1f30..81b220b19b6 100644
--- a/cpp/src/IceGrid/NodeSessionManager.cpp
+++ b/cpp/src/IceGrid/NodeSessionManager.cpp
@@ -307,6 +307,12 @@ NodeSessionManager::activate()
}
bool
+NodeSessionManager::isWaitingForCreate()
+{
+ return _thread->isWaitingForCreate();
+}
+
+bool
NodeSessionManager::waitForCreate()
{
assert(_thread);