You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@avalon.apache.org by fr...@apache.org on 2001/11/09 01:27:09 UTC

cvs commit: jakarta-avalon-cornerstone/apps/db/src/java/org/apache/avalon/db/transport Reply.java

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:Paul_Hammant@yahoo.com">Paul_Hammant@yahoo.com</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:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>