summaryrefslogtreecommitdiff
path: root/cpp/src
diff options
context:
space:
mode:
authorMark Spruiell <mes@zeroc.com>2005-06-06 17:01:17 +0000
committerMark Spruiell <mes@zeroc.com>2005-06-06 17:01:17 +0000
commit7a16361c8ca3f22c899ee307f4085c705ed25efc (patch)
tree6e374b834eff010cc4c1c9158d0e9054c3dfb341 /cpp/src
parentfix for bug 362 (remove static function data) (diff)
downloadice-7a16361c8ca3f22c899ee307f4085c705ed25efc.tar.bz2
ice-7a16361c8ca3f22c899ee307f4085c705ed25efc.tar.xz
ice-7a16361c8ca3f22c899ee307f4085c705ed25efc.zip
Win32 fix
Diffstat (limited to 'cpp/src')
-rw-r--r--cpp/src/Ice/ConnectionI.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/cpp/src/Ice/ConnectionI.cpp b/cpp/src/Ice/ConnectionI.cpp
index b7aff1a400d..91d78c7a5e6 100644
--- a/cpp/src/Ice/ConnectionI.cpp
+++ b/cpp/src/Ice/ConnectionI.cpp
@@ -1388,6 +1388,7 @@ Ice::ConnectionI::ConnectionI(const InstancePtr& instance,
_requestHdr(headerSize + sizeof(Int), 0),
_requestBatchHdr(headerSize + sizeof(Int), 0),
_replyHdr(headerSize, 0),
+ _compressionLevel(1),
_nextRequestId(1),
_requestsHint(_requests.end()),
_asyncRequestsHint(_asyncRequests.end()),