diff options
author | Marc Laukien <marc@zeroc.com> | 2005-04-18 19:06:51 +0000 |
---|---|---|
committer | Marc Laukien <marc@zeroc.com> | 2005-04-18 19:06:51 +0000 |
commit | d0d811b957b92a8a92730c19d0d6f5d6651d8c6f (patch) | |
tree | f1c58b12bb4630236bf25ab17c6016c9846bc168 /cpp/demo/Ice/session/SessionFactoryI.cpp | |
parent | use config/common.xml (diff) | |
download | ice-d0d811b957b92a8a92730c19d0d6f5d6651d8c6f.tar.bz2 ice-d0d811b957b92a8a92730c19d0d6f5d6651d8c6f.tar.xz ice-d0d811b957b92a8a92730c19d0d6f5d6651d8c6f.zip |
comments
Diffstat (limited to 'cpp/demo/Ice/session/SessionFactoryI.cpp')
-rwxr-xr-x | cpp/demo/Ice/session/SessionFactoryI.cpp | 1 |
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), |