summaryrefslogtreecommitdiff
path: root/cpp/demo/Ice/session/SessionFactoryI.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/demo/Ice/session/SessionFactoryI.cpp')
-rwxr-xr-xcpp/demo/Ice/session/SessionFactoryI.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/cpp/demo/Ice/session/SessionFactoryI.cpp b/cpp/demo/Ice/session/SessionFactoryI.cpp
index 55e3924ee79..ed111333b93 100755
--- a/cpp/demo/Ice/session/SessionFactoryI.cpp
+++ b/cpp/demo/Ice/session/SessionFactoryI.cpp
@@ -13,6 +13,7 @@
using namespace std;
using namespace Demo;
+// XXX Why does the reaper thread have to know the factory?
ReapThread::ReapThread(const SessionFactoryIPtr& factory, const IceUtil::Time& timeout) :
_terminated(false),
_timeout(timeout),