cvs commit: spice/sandbox/packet/src/java/org/realityforge/packet/protocol ProtocolConstants.java

Peter Donald <[email protected]> Tue, 11 Nov 2003 16:42:16 -0800
Newsgroups gmane.comp.java.spice.cvs
Message-ID <[email protected]>
donaldp     03/11/11 16:42:16

  Modified:    sandbox/packet/src/java/org/realityforge/packet/protocol
                        ProtocolConstants.java
  Log:
  Remove another uneeded message
  
  Revision  Changes    Path
  1.3       +3 -11     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.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- ProtocolConstants.java	11 Nov 2003 22:35:58 -0000	1.2
  +++ ProtocolConstants.java	12 Nov 2003 00:42:16 -0000	1.3
  @@ -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.2 $ $Date: 2003/11/11 22:35:58 $
  + * @version $Revision: 1.3 $ $Date: 2003/11/12 00:42:16 $
    */
   public interface ProtocolConstants
   {
  @@ -37,21 +37,13 @@
       byte S2C_BAD_AUTH = 3;
   
       /**
  -     * Message indicating client needs to login.
  -     * SessionID (short) and SessionAuth (short) fields follow.
  -     * If this is new Session the SessionID and SessionAuth
  -     * are -1.
  -     */
  -    byte C2S_LOGIN = 4;
  -
  -    /**
        * Message indicating regular data being transmitted.
        */
  -    byte MSG_DATA = 5;
  +    byte MSG_DATA = 4;
   
       /**
        * Message indicating client or server is
        * disconnecting.
        */
  -    byte MSG_DISCONNECT = 6;
  +    byte MSG_DISCONNECT = 5;
   }
  
  
  


-------------------------------------------------------
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/