From 00353fc7b5549d23effdebabcfa2b38b5156f23a Mon Sep 17 00:00:00 2001 From: Marc Laukien Date: Thu, 27 Jun 2002 22:27:30 +0000 Subject: removed backlog cleanup code --- cpp/src/Ice/Protocol.h | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'cpp/src/Ice/Protocol.h') 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; } -- cgit v1.2.3