summaryrefslogtreecommitdiff
path: root/cpp/demo/Ice/session/SessionManagerI.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/demo/Ice/session/SessionManagerI.cpp')
-rwxr-xr-xcpp/demo/Ice/session/SessionManagerI.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/cpp/demo/Ice/session/SessionManagerI.cpp b/cpp/demo/Ice/session/SessionManagerI.cpp
index 5e761a8aa86..ecbc37f9aa2 100755
--- a/cpp/demo/Ice/session/SessionManagerI.cpp
+++ b/cpp/demo/Ice/session/SessionManagerI.cpp
@@ -13,6 +13,8 @@
using namespace std;
using namespace Demo;
+// XXX Cyclic dependency between ReapThread and SessionManagerI.cpp!! Set to 0 in both destroy() functions. XXX
+
ReapThread::ReapThread(const SessionManagerIPtr& manager, const IceUtil::Time& timeout) :
_destroy(false),
_timeout(timeout),