CVS update: sierra/src/java/org/openprivacy/sierra/query/talon/interfaces

From: cvs@openprivacy.org
Date: Fri Mar 02 2001 - 19:17:44 PST

  • Next message: cvs@openprivacy.org: "CVS update: talon/src/java/talon/tests"

    Date: Friday March 2, 19101 @ 19:17
    Author: burton
    CVSWEB Options: -------------------

    Main CVSWeb: http://openprivacy.org/cgi-bin/cvsweb/cvsweb.cgi

    View this module: http://openprivacy.org/cgi-bin/cvsweb/cvsweb.cgi/sierra/src/java/org/openprivacy/sierra/query/talon/interfaces

    -----------------------------------

    Update of /usr/local/cvs/public/sierra/src/java/org/openprivacy/sierra/query/talon/interfaces
    In directory giga:/tmp/cvs-serv19616/src/java/org/openprivacy/sierra/query/talon/interfaces

    Modified Files:
            TargetedQuery.java
    Log Message:
    ...

    *****************************************************************
    File: sierra/src/java/org/openprivacy/sierra/query/talon/interfaces/TargetedQuery.java

    CVSWEB Options: -------------------

    CVSWeb: Annotate this file: http://openprivacy.org/cgi-bin/cvsweb/cvsweb.cgi/sierra/src/java/org/openprivacy/sierra/query/talon/interfaces/TargetedQuery.java?annotate=1.2

    CVSWeb: View this file: http://openprivacy.org/cgi-bin/cvsweb/cvsweb.cgi/sierra/src/java/org/openprivacy/sierra/query/talon/interfaces/TargetedQuery.java?rev=1.2&content-type=text/x-cvsweb-markup

    CVSWeb: Diff to previous version: http://openprivacy.org/cgi-bin/cvsweb/cvsweb.cgi/sierra/src/java/org/openprivacy/sierra/query/talon/interfaces/TargetedQuery.java.diff?r1=1.2&r2=1.1

    -----------------------------------

    Index: sierra/src/java/org/openprivacy/sierra/query/talon/interfaces/TargetedQuery.java
    diff -u sierra/src/java/org/openprivacy/sierra/query/talon/interfaces/TargetedQuery.java:1.1 sierra/src/java/org/openprivacy/sierra/query/talon/interfaces/TargetedQuery.java:1.2
    --- sierra/src/java/org/openprivacy/sierra/query/talon/interfaces/TargetedQuery.java:1.1 Fri Mar 2 03:03:11 2001
    +++ sierra/src/java/org/openprivacy/sierra/query/talon/interfaces/TargetedQuery.java Fri Mar 2 19:17:44 2001
    @@ -26,10 +26,11 @@
     import talon.util.net.*;
     
     /**
    - * Query which supports specifying the Payload it supports.
    + * Query which supports specifying the Payload it supports. The can be used
    + * along with a CompositeQuery to target multiple Payloads.
      *
      * @author <a href="mailto:burton@relativity.yi.org">Kevin A. Burton</a>
    - * @version $Id: TargetedQuery.java,v 1.1 2001/03/02 11:03:11 burton Exp $
    + * @version $Id: TargetedQuery.java,v 1.2 2001/03/03 03:17:44 burton Exp $
      */
     public interface TargetedQuery extends Query, Component {
     
    @@ -37,17 +38,16 @@
          * Specify the payload that this Query should support.
          *
          * @author <a href="mailto:burton@relativity.yi.org">Kevin A. Burton</a>
    - * @version $Id: TargetedQuery.java,v 1.1 2001/03/02 11:03:11 burton Exp $
    + * @version $Id: TargetedQuery.java,v 1.2 2001/03/03 03:17:44 burton Exp $
          */
         public URI getPayloadIdentifier();
     
         /**
          * @see #getPayloadIdentifier
          * @author <a href="mailto:burton@relativity.yi.org">Kevin A. Burton</a>
    - * @version $Id: TargetedQuery.java,v 1.1 2001/03/02 11:03:11 burton Exp $
    + * @version $Id: TargetedQuery.java,v 1.2 2001/03/03 03:17:44 burton Exp $
          */
         public void PayloadIdentifier( URI payloadIdentifier);
    -
         
     }
     



    This archive was generated by hypermail 2b30 : Fri Mar 02 2001 - 19:18:46 PST