diff options
author | Marc Laukien <marc@zeroc.com> | 2002-06-27 22:27:30 +0000 |
---|---|---|
committer | Marc Laukien <marc@zeroc.com> | 2002-06-27 22:27:30 +0000 |
commit | 00353fc7b5549d23effdebabcfa2b38b5156f23a (patch) | |
tree | 1971293455ebc72318efc20814f3940a2395e187 /cpp/src/Ice/Protocol.h | |
parent | make depend (diff) | |
download | ice-00353fc7b5549d23effdebabcfa2b38b5156f23a.tar.bz2 ice-00353fc7b5549d23effdebabcfa2b38b5156f23a.tar.xz ice-00353fc7b5549d23effdebabcfa2b38b5156f23a.zip |
removed backlog cleanup code
Diffstat (limited to 'cpp/src/Ice/Protocol.h')
-rw-r--r-- | cpp/src/Ice/Protocol.h | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/cpp/src/Ice/Protocol.h b/cpp/src/Ice/Protocol.h index 4d9c879b3b6..d79f08bfa2c 100644 --- a/cpp/src/Ice/Protocol.h +++ b/cpp/src/Ice/Protocol.h @@ -38,10 +38,11 @@ const ::Ice::Byte encodingVersion = 0; const ::Ice::Byte requestMsg = 0; const ::Ice::Byte requestBatchMsg = 1; const ::Ice::Byte replyMsg = 2; -const ::Ice::Byte closeConnectionMsg = 3; -const ::Ice::Byte compressedRequestMsg = 4; -const ::Ice::Byte compressedRequestBatchMsg = 5; -const ::Ice::Byte compressedReplyMsg = 6; +const ::Ice::Byte validateConnectionMsg = 3; +const ::Ice::Byte closeConnectionMsg = 4; +const ::Ice::Byte compressedRequestMsg = 5; +const ::Ice::Byte compressedRequestBatchMsg = 6; +const ::Ice::Byte compressedReplyMsg = 7; } |