summaryrefslogtreecommitdiff
path: root/cpp/demo/Ice/session/SessionFactoryI.cpp
diff options
context:
space:
mode:
authorMarc Laukien <marc@zeroc.com>2005-04-18 19:06:51 +0000
committerMarc Laukien <marc@zeroc.com>2005-04-18 19:06:51 +0000
commitd0d811b957b92a8a92730c19d0d6f5d6651d8c6f (patch)
treef1c58b12bb4630236bf25ab17c6016c9846bc168 /cpp/demo/Ice/session/SessionFactoryI.cpp
parentuse config/common.xml (diff)
downloadice-d0d811b957b92a8a92730c19d0d6f5d6651d8c6f.tar.bz2
ice-d0d811b957b92a8a92730c19d0d6f5d6651d8c6f.tar.xz
ice-d0d811b957b92a8a92730c19d0d6f5d6651d8c6f.zip
comments
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),