diff options
Diffstat (limited to 'cpp/demo/Ice/session/SessionManagerI.cpp')
-rwxr-xr-x | cpp/demo/Ice/session/SessionManagerI.cpp | 2 |
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), |