diff options
Diffstat (limited to 'cpp/demo/Ice/session/SessionFactoryI.cpp')
-rw-r--r-- | cpp/demo/Ice/session/SessionFactoryI.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cpp/demo/Ice/session/SessionFactoryI.cpp b/cpp/demo/Ice/session/SessionFactoryI.cpp index e23f6e6ddba..dada3ff9dd5 100644 --- a/cpp/demo/Ice/session/SessionFactoryI.cpp +++ b/cpp/demo/Ice/session/SessionFactoryI.cpp @@ -12,8 +12,8 @@ using namespace std; using namespace Demo; -SessionFactoryI::SessionFactoryI(const ReapThreadPtr& reapThread) : - _reaper(reapThread) +SessionFactoryI::SessionFactoryI(const ReapTaskPtr& reapTask) : + _reaper(reapTask) { } |