froehlich    01/11/08 16:27:09

  Modified:    apps/db/src/java/org/apache/avalon/db/transport Reply.java
  Log:
  prepared statement extension
  
  Revision  Changes    Path
  1.8       +3 -2      
jakarta-avalon-cornerstone/apps/db/src/java/org/apache/avalon/db/transport/Reply.java
  
  Index: Reply.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-avalon-cornerstone/apps/db/src/java/org/apache/avalon/db/transport/Reply.java,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -r1.7 -r1.8
  --- Reply.java        2001/11/02 12:01:31     1.7
  +++ Reply.java        2001/11/09 00:27:08     1.8
  @@ -17,7 +17,7 @@
    *
    *
    * @author Paul Hammant <a href="mailto:[EMAIL PROTECTED]">[EMAIL 
PROTECTED]</a>
  - * @version $Revision: 1.7 $
  + * @version $Revision: 1.8 $
    */
   public abstract class Reply implements Serializable {
   
  @@ -30,7 +30,8 @@
       public static final int CATALOGREPLY = 16;
       public static final int UPDATEREPLY = 17;
       public static final int RESULTSETMETADATA = 18;
  -    public static final int TODOREPLY = 19;
  +    public static final int SELECTREPLY = 19;
  +    public static final int TODOREPLY = 20;
   
   
       private int mReplyCode;
  
  
  

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to