From 2ba4d4e0ca7aeade69ee00ab17d5fa1b69372ffc Mon Sep 17 00:00:00 2001 From: Benoit Foucher Date: Wed, 18 Apr 2012 14:33:16 +0200 Subject: Added support for encoding versioning --- cpp/src/Ice/ThreadPool.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cpp/src/Ice/ThreadPool.cpp') diff --git a/cpp/src/Ice/ThreadPool.cpp b/cpp/src/Ice/ThreadPool.cpp index 1f9a3342576..b9abdab2a74 100644 --- a/cpp/src/Ice/ThreadPool.cpp +++ b/cpp/src/Ice/ThreadPool.cpp @@ -1130,7 +1130,7 @@ IceInternal::ThreadPool::EventHandlerThread::run() ThreadPoolCurrent::ThreadPoolCurrent(const InstancePtr& instance, const ThreadPoolPtr& threadPool) : operation(SocketOperationNone), - stream(instance.get()), + stream(instance.get(), Ice::currentProtocolEncoding), _threadPool(threadPool.get()), _ioCompleted(false) #ifndef ICE_USE_IOCP -- cgit v1.2.3