summaryrefslogtreecommitdiff
path: root/cpp/src/Ice/ThreadPool.h
diff options
context:
space:
mode:
authorBenoit Foucher <benoit@zeroc.com>2012-08-10 09:52:43 +0200
committerBenoit Foucher <benoit@zeroc.com>2012-08-10 09:52:43 +0200
commitddda52695c8647afa8bf833c1e1424df0e799279 (patch)
tree43a16df66a37ad1467519553757e7627b72af996 /cpp/src/Ice/ThreadPool.h
parentGCC fixes (diff)
parentRemove some more VC6 compiler fixes (diff)
downloadice-ddda52695c8647afa8bf833c1e1424df0e799279.tar.bz2
ice-ddda52695c8647afa8bf833c1e1424df0e799279.tar.xz
ice-ddda52695c8647afa8bf833c1e1424df0e799279.zip
Merge remote-tracking branch 'origin/encoding11' into mx
Conflicts: cpp/src/Ice/OutgoingAsync.cpp
Diffstat (limited to 'cpp/src/Ice/ThreadPool.h')
-rw-r--r--cpp/src/Ice/ThreadPool.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/Ice/ThreadPool.h b/cpp/src/Ice/ThreadPool.h
index 73e3bc1e2d1..f3ae7c68283 100644
--- a/cpp/src/Ice/ThreadPool.h
+++ b/cpp/src/Ice/ThreadPool.h
@@ -351,7 +351,7 @@ public:
// of the event handler. We need to lock the event handler here to call
// finishMessage.
//
-#if defined(__MINGW32__) || (defined(_MSC_VER) && (_MSC_VER < 1300))
+#if defined(__MINGW32__)
IceUtil::LockT<T> sync(_mutex);
#else
IceUtil::LockT<typename T> sync(_mutex);