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

From: cvs@openprivacy.org
Date: Wed Mar 21 2001 - 12:59:34 PST

  • Next message: cvs@openprivacy.org: "CVS update: sierra/src/java/org/openprivacy/sierra/reputation"

    Date: Wednesday March 21, 19101 @ 12:59
    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/implementations

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

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

    Modified Files:
            CompositeQuery.java PropertyManagerTargetedQuery.java
            SimpleResult.java
    Log Message:
    added header

    *****************************************************************
    File: sierra/src/java/org/openprivacy/sierra/query/talon/implementations/CompositeQuery.java

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

    CVSWeb: Annotate this file: http://openprivacy.org/cgi-bin/cvsweb/cvsweb.cgi/sierra/src/java/org/openprivacy/sierra/query/talon/implementations/CompositeQuery.java?annotate=1.4

    CVSWeb: View this file: http://openprivacy.org/cgi-bin/cvsweb/cvsweb.cgi/sierra/src/java/org/openprivacy/sierra/query/talon/implementations/CompositeQuery.java?rev=1.4&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/implementations/CompositeQuery.java.diff?r1=1.4&r2=1.3

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

    Index: sierra/src/java/org/openprivacy/sierra/query/talon/implementations/CompositeQuery.java
    diff -u sierra/src/java/org/openprivacy/sierra/query/talon/implementations/CompositeQuery.java:1.3 sierra/src/java/org/openprivacy/sierra/query/talon/implementations/CompositeQuery.java:1.4
    --- sierra/src/java/org/openprivacy/sierra/query/talon/implementations/CompositeQuery.java:1.3 Wed Mar 14 21:51:21 2001
    +++ sierra/src/java/org/openprivacy/sierra/query/talon/implementations/CompositeQuery.java Wed Mar 21 12:59:34 2001
    @@ -1,4 +1,16 @@
     /*
    + * ----
    + *
    + * $Id: CompositeQuery.java,v 1.4 2001/03/21 20:59:34 burton Exp $
    + * $Project: http://sierra.openprivacy.org $
    + * $CVSROOT: :pserver:anoncvs@sierra.openprivacy.org:/usr/local/cvs/public $
    + * $WebCVS: http://www.openprivacy.org/cgi-bin/cvsweb/cvsweb.cgi/sierra/ $
    + * $Mailing-List: http://www.openprivacy.org/lists/ $
    + * $Bugzilla: http://bugzilla.openprivacy.org/ $
    + *
    + */
    +
    +/*
      * Copyright 2001 OpenPrivacy.org. All rights reserved.
      *
      * This program is free software; you can redistribute it and/or modify it under
    @@ -37,7 +49,7 @@
      * result.
      *
      * @author <a href="mailto:burton@relativity.yi.org">Kevin A. Burton</a>
    - * @version $Id: CompositeQuery.java,v 1.3 2001/03/15 05:51:21 burton Exp $
    + * @version $Id: CompositeQuery.java,v 1.4 2001/03/21 20:59:34 burton Exp $
      */
     public class CompositeQuery extends BaseComponent implements Component, Query {
     

    *****************************************************************
    File: sierra/src/java/org/openprivacy/sierra/query/talon/implementations/PropertyManagerTargetedQuery.java

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

    CVSWeb: Annotate this file: http://openprivacy.org/cgi-bin/cvsweb/cvsweb.cgi/sierra/src/java/org/openprivacy/sierra/query/talon/implementations/PropertyManagerTargetedQuery.java?annotate=1.5

    CVSWeb: View this file: http://openprivacy.org/cgi-bin/cvsweb/cvsweb.cgi/sierra/src/java/org/openprivacy/sierra/query/talon/implementations/PropertyManagerTargetedQuery.java?rev=1.5&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/implementations/PropertyManagerTargetedQuery.java.diff?r1=1.5&r2=1.4

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

    Index: sierra/src/java/org/openprivacy/sierra/query/talon/implementations/PropertyManagerTargetedQuery.java
    diff -u sierra/src/java/org/openprivacy/sierra/query/talon/implementations/PropertyManagerTargetedQuery.java:1.4 sierra/src/java/org/openprivacy/sierra/query/talon/implementations/PropertyManagerTargetedQuery.java:1.5
    --- sierra/src/java/org/openprivacy/sierra/query/talon/implementations/PropertyManagerTargetedQuery.java:1.4 Wed Mar 14 21:51:21 2001
    +++ sierra/src/java/org/openprivacy/sierra/query/talon/implementations/PropertyManagerTargetedQuery.java Wed Mar 21 12:59:34 2001
    @@ -1,4 +1,16 @@
     /*
    + * ----
    + *
    + * $Id: PropertyManagerTargetedQuery.java,v 1.5 2001/03/21 20:59:34 burton Exp $
    + * $Project: http://sierra.openprivacy.org $
    + * $CVSROOT: :pserver:anoncvs@sierra.openprivacy.org:/usr/local/cvs/public $
    + * $WebCVS: http://www.openprivacy.org/cgi-bin/cvsweb/cvsweb.cgi/sierra/ $
    + * $Mailing-List: http://www.openprivacy.org/lists/ $
    + * $Bugzilla: http://bugzilla.openprivacy.org/ $
    + *
    + */
    +
    +/*
      * Copyright 2001 OpenPrivacy.org. All rights reserved.
      *
      * This program is free software; you can redistribute it and/or modify it under
    @@ -38,7 +50,7 @@
      * could return.
      *
      * @author <a href="mailto:burton@relativity.yi.org">Kevin A. Burton</a>
    - * @version $Id: PropertyManagerTargetedQuery.java,v 1.4 2001/03/15 05:51:21 burton Exp $
    + * @version $Id: PropertyManagerTargetedQuery.java,v 1.5 2001/03/21 20:59:34 burton Exp $
      */
     public class PropertyManagerTargetedQuery extends BasePropertyManager
         implements Component, PropertyManager, TargetedQuery {
    @@ -55,7 +67,7 @@
         /**
          * @see TargetedQuery
          * @author <a href="mailto:burton@relativity.yi.org">Kevin A. Burton</a>
    - * @version $Id: PropertyManagerTargetedQuery.java,v 1.4 2001/03/15 05:51:21 burton Exp $
    + * @version $Id: PropertyManagerTargetedQuery.java,v 1.5 2001/03/21 20:59:34 burton Exp $
          */
         public void setPayloadIdentifier( URI payloadIdentifier ) {
             this.payloadIdentifier = payloadIdentifier;
    @@ -65,7 +77,7 @@
         /**
          * @see TargetedQuery
          * @author <a href="mailto:burton@relativity.yi.org">Kevin A. Burton</a>
    - * @version $Id: PropertyManagerTargetedQuery.java,v 1.4 2001/03/15 05:51:21 burton Exp $
    + * @version $Id: PropertyManagerTargetedQuery.java,v 1.5 2001/03/21 20:59:34 burton Exp $
          */
         public URI getPayloadIdentifier() {
             return this.payloadIdentifier;

    *****************************************************************
    File: sierra/src/java/org/openprivacy/sierra/query/talon/implementations/SimpleResult.java

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

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

    CVSWeb: View this file: http://openprivacy.org/cgi-bin/cvsweb/cvsweb.cgi/sierra/src/java/org/openprivacy/sierra/query/talon/implementations/SimpleResult.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/implementations/SimpleResult.java.diff?r1=1.2&r2=1.1

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

    Index: sierra/src/java/org/openprivacy/sierra/query/talon/implementations/SimpleResult.java
    diff -u sierra/src/java/org/openprivacy/sierra/query/talon/implementations/SimpleResult.java:1.1 sierra/src/java/org/openprivacy/sierra/query/talon/implementations/SimpleResult.java:1.2
    --- sierra/src/java/org/openprivacy/sierra/query/talon/implementations/SimpleResult.java:1.1 Fri Mar 16 02:11:53 2001
    +++ sierra/src/java/org/openprivacy/sierra/query/talon/implementations/SimpleResult.java Wed Mar 21 12:59:34 2001
    @@ -1,4 +1,16 @@
     /*
    + * ----
    + *
    + * $Id: SimpleResult.java,v 1.2 2001/03/21 20:59:34 burton Exp $
    + * $Project: http://sierra.openprivacy.org $
    + * $CVSROOT: :pserver:anoncvs@sierra.openprivacy.org:/usr/local/cvs/public $
    + * $WebCVS: http://www.openprivacy.org/cgi-bin/cvsweb/cvsweb.cgi/sierra/ $
    + * $Mailing-List: http://www.openprivacy.org/lists/ $
    + * $Bugzilla: http://bugzilla.openprivacy.org/ $
    + *
    + */
    +
    +/*
      * Copyright 2001 OpenPrivacy.org. All rights reserved.
      *
      * This program is free software; you can redistribute it and/or modify it under
    @@ -30,7 +42,7 @@
     /**
      * @see Payload
      * @author <a href="mailto:burton@relativity.yi.org">Kevin A. Burton</a>
    - * @version $Id: SimpleResult.java,v 1.1 2001/03/16 10:11:53 burton Exp $
    + * @version $Id: SimpleResult.java,v 1.2 2001/03/21 20:59:34 burton Exp $
      */
     public class SimpleResult extends BaseComponent implements Component, Result {
     
    @@ -45,7 +57,7 @@
          * Get the Enumeration of reputations this results contains.
          *
          * @author <a href="mailto:burton@relativity.yi.org">Kevin A. Burton</a>
    - * @version $Id: SimpleResult.java,v 1.1 2001/03/16 10:11:53 burton Exp $
    + * @version $Id: SimpleResult.java,v 1.2 2001/03/21 20:59:34 burton Exp $
          */
         public URI[] getReputations() {
     
    @@ -60,7 +72,7 @@
          * Add a reputation to this result.
          *
          * @author <a href="mailto:burton@relativity.yi.org">Kevin A. Burton</a>
    - * @version $Id: SimpleResult.java,v 1.1 2001/03/16 10:11:53 burton Exp $
    + * @version $Id: SimpleResult.java,v 1.2 2001/03/21 20:59:34 burton Exp $
          */
         public void putReputation( URI reputation ) {
     



    This archive was generated by hypermail 2b30 : Wed Mar 21 2001 - 13:00:37 PST