remm        01/09/30 18:09:54

  Modified:    coyote/src/java/org/apache/coyote ActionCode.java
  Log:
  - Add a commit action code.
  
  Revision  Changes    Path
  1.2       +6 -3      
jakarta-tomcat-connectors/coyote/src/java/org/apache/coyote/ActionCode.java
  
  Index: ActionCode.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-tomcat-connectors/coyote/src/java/org/apache/coyote/ActionCode.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- ActionCode.java   2001/07/10 02:54:59     1.1
  +++ ActionCode.java   2001/10/01 01:09:54     1.2
  @@ -70,16 +70,19 @@
       // -------------------------------------------------------------- Constants
   
   
  -    public static final ActionCode ACTION_CUSTOM = new ActionCode();
  +    public static final ActionCode ACTION_ACK = new ActionCode();
   
   
       public static final ActionCode ACTION_CLOSE = new ActionCode();
   
   
  -    public static final ActionCode ACTION_RESET = new ActionCode();
  +    public static final ActionCode ACTION_COMMIT = new ActionCode();
   
   
  -    public static final ActionCode ACTION_ACK = new ActionCode();
  +    public static final ActionCode ACTION_CUSTOM = new ActionCode();
  +
  +
  +    public static final ActionCode ACTION_RESET = new ActionCode();
   
   
       // ----------------------------------------------------------- Constructors
  
  
  


Reply via email to