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 /java/src/IceInternal/Protocol.java | |
parent | make depend (diff) | |
download | ice-00353fc7b5549d23effdebabcfa2b38b5156f23a.tar.bz2 ice-00353fc7b5549d23effdebabcfa2b38b5156f23a.tar.xz ice-00353fc7b5549d23effdebabcfa2b38b5156f23a.zip |
removed backlog cleanup code
Diffstat (limited to 'java/src/IceInternal/Protocol.java')
-rw-r--r-- | java/src/IceInternal/Protocol.java | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/java/src/IceInternal/Protocol.java b/java/src/IceInternal/Protocol.java index 1b34b22840c..fa6cc04575d 100644 --- a/java/src/IceInternal/Protocol.java +++ b/java/src/IceInternal/Protocol.java @@ -34,8 +34,9 @@ final class Protocol final static byte requestMsg = 0; final static byte requestBatchMsg = 1; final static byte replyMsg = 2; - final static byte closeConnectionMsg = 3; - final static byte compressedRequestMsg = 4; - final static byte compressedRequestBatchMsg = 5; - final static byte compressedReplyMsg = 6; + final static byte validateConnectionMsg = 3; + final static byte closeConnectionMsg = 4; + final static byte compressedRequestMsg = 5; + final static byte compressedRequestBatchMsg = 6; + final static byte compressedReplyMsg = 7; } |