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 c7cb4682a1a..ab9ef518313 100644
--- a/cpp/src/IceGrid/NodeSessionManager.cpp
+++ b/cpp/src/IceGrid/NodeSessionManager.cpp
@@ -302,6 +302,12 @@ NodeSessionManager::activate()
}
bool
+NodeSessionManager::isWaitingForCreate()
+{
+ return _thread->isWaitingForCreate();
+}
+
+bool
NodeSessionManager::waitForCreate()
{
assert(_thread);