diff options
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), |