summaryrefslogtreecommitdiff
path: root/java/src/IceInternal/Protocol.java
diff options
context:
space:
mode:
authorMarc Laukien <marc@zeroc.com>2002-06-27 22:27:30 +0000
committerMarc Laukien <marc@zeroc.com>2002-06-27 22:27:30 +0000
commit00353fc7b5549d23effdebabcfa2b38b5156f23a (patch)
tree1971293455ebc72318efc20814f3940a2395e187 /java/src/IceInternal/Protocol.java
parentmake depend (diff)
downloadice-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.java9
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;
}