summaryrefslogtreecommitdiff
path: root/cpp/src/Ice/ThreadPool.cpp
diff options
context:
space:
mode:
authorBenoit Foucher <benoit@zeroc.com>2012-08-10 11:30:38 +0200
committerBenoit Foucher <benoit@zeroc.com>2012-08-10 11:30:38 +0200
commitf3887e67cd7fbdb4a2015e7e743a18253f597de0 (patch)
tree09c7660d864fb01973864a441d5674f0a497bd25 /cpp/src/Ice/ThreadPool.cpp
parentConfig bug fix (diff)
downloadice-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.cpp2
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