diff options
author | Mark Spruiell <mes@zeroc.com> | 2005-06-06 17:01:17 +0000 |
---|---|---|
committer | Mark Spruiell <mes@zeroc.com> | 2005-06-06 17:01:17 +0000 |
commit | 7a16361c8ca3f22c899ee307f4085c705ed25efc (patch) | |
tree | 6e374b834eff010cc4c1c9158d0e9054c3dfb341 /cpp/src/Ice/ConnectionI.cpp | |
parent | fix for bug 362 (remove static function data) (diff) | |
download | ice-7a16361c8ca3f22c899ee307f4085c705ed25efc.tar.bz2 ice-7a16361c8ca3f22c899ee307f4085c705ed25efc.tar.xz ice-7a16361c8ca3f22c899ee307f4085c705ed25efc.zip |
Win32 fix
Diffstat (limited to 'cpp/src/Ice/ConnectionI.cpp')
-rw-r--r-- | cpp/src/Ice/ConnectionI.cpp | 1 |
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()), |