[EMAIL PROTECTED] at [EMAIL PROTECTED] wrote:

> jfclere     01/07/19 07:17:18
> 
> Modified:    webapp/java Constants.java.in
> Log:
> Add missing Constants.
> 
> Revision  Changes    Path
> 1.2       +8 -0      jakarta-tomcat-connectors/webapp/java/Constants.java.in
> 
> Index: Constants.java.in
> ===================================================================
> RCS file: /home/cvs/jakarta-tomcat-connectors/webapp/java/Constants.java.in,v
> retrieving revision 1.1
> retrieving revision 1.2
> diff -u -r1.1 -r1.2
> --- Constants.java.in    2001/07/15 08:42:36    1.1
> +++ Constants.java.in    2001/07/19 14:17:18    1.2
> @@ -149,4 +149,12 @@
>       * No payload:<br>
>       */
>      public static final int TYPE_CONF_DONE=0x06;
> +
> +    /*
> +     * Added by JFC (please check)
> +     */
> +    public static final int TYPE_DISCONNECT=0x07;
> +    public static final int TYPE_CONF_DEPLOY=0x08;
> +    public static final int TYPE_CONF_APPLIC=0x09;
> +    public static final int TYPE_CONF_PROCEED=0x10;
>  }

Those are wrong.. :) Me dumb for not updating the Constants.java.in file,
but only my local copy :)

    Pier

Reply via email to