cvs commit: spice/sandbox/packet/src/java/org/realityforge/packet/protocol ProtocolConstants.java
Peter Donald <[email protected]> Tue, 11 Nov 2003 14:35:58 -0800
| Newsgroups | gmane.comp.java.spice.cvs |
|---|---|
| Message-ID | <[email protected]> |
donaldp 03/11/11 14:35:58
Modified: sandbox/packet/src/java/org/realityforge/packet/protocol
ProtocolConstants.java
Log:
Remove unecessary message
Revision Changes Path
1.2 +3 -9 spice/sandbox/packet/src/java/org/realityforge/packet/protocol/ProtocolConstants.java
Index: ProtocolConstants.java
===================================================================
RCS file: /cvsroot/spice/spice/sandbox/packet/src/java/org/realityforge/packet/protocol/ProtocolConstants.java,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ProtocolConstants.java 11 Nov 2003 22:34:23 -0000 1.1
+++ ProtocolConstants.java 11 Nov 2003 22:35:58 -0000 1.2
@@ -11,7 +11,7 @@
* Set of constants used in network protocol.
*
* @author <a href="mailto:peter at realityforge.org">Peter Donald</a>
- * @version $Revision: 1.1 $ $Date: 2003/11/11 22:34:23 $
+ * @version $Revision: 1.2 $ $Date: 2003/11/11 22:35:58 $
*/
public interface ProtocolConstants
{
@@ -45,19 +45,13 @@
byte C2S_LOGIN = 4;
/**
- * Message indicating client has established
- * connection.
- */
- byte C2S_ESTABLISHED = 5;
-
- /**
* Message indicating regular data being transmitted.
*/
- byte MSG_DATA = 6;
+ byte MSG_DATA = 5;
/**
* Message indicating client or server is
* disconnecting.
*/
- byte MSG_DISCONNECT = 7;
+ byte MSG_DISCONNECT = 6;
}
-------------------------------------------------------
This SF.Net email sponsored by: ApacheCon 2003,
16-19 November in Las Vegas. Learn firsthand the latest
developments in Apache, PHP, Perl, XML, Java, MySQL,
WebDAV, and more! http://www.apachecon.com/