diff options
author | Benoit Foucher <benoit@zeroc.com> | 2012-08-10 11:30:38 +0200 |
---|---|---|
committer | Benoit Foucher <benoit@zeroc.com> | 2012-08-10 11:30:38 +0200 |
commit | f3887e67cd7fbdb4a2015e7e743a18253f597de0 (patch) | |
tree | 09c7660d864fb01973864a441d5674f0a497bd25 /cpp/src/Ice/ThreadPool.cpp | |
parent | Config bug fix (diff) | |
download | ice-f3887e67cd7fbdb4a2015e7e743a18253f597de0.tar.bz2 ice-f3887e67cd7fbdb4a2015e7e743a18253f597de0.tar.xz ice-f3887e67cd7fbdb4a2015e7e743a18253f597de0.zip |
Windows fixes
Diffstat (limited to 'cpp/src/Ice/ThreadPool.cpp')
-rw-r--r-- | cpp/src/Ice/ThreadPool.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/Ice/ThreadPool.cpp b/cpp/src/Ice/ThreadPool.cpp index 3f37c88b024..2faf56e1538 100644 --- a/cpp/src/Ice/ThreadPool.cpp +++ b/cpp/src/Ice/ThreadPool.cpp @@ -762,7 +762,7 @@ IceInternal::ThreadPool::run(const EventHandlerThreadPtr& thread) } } #else - ThreadPoolCurrent current(_instance, this); + ThreadPoolCurrent current(_instance, this, thread); while(true) { try |