CVS update: sierra/src/java/org/openprivacy/sierra/rce/impls

From: cvs@openprivacy.org
Date: Sun Feb 18 2001 - 22:50:30 PST

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

    Date: Sunday February 18, 19101 @ 22:50
    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/rce/impls

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

    Update of /usr/local/cvs/public/sierra/src/java/org/openprivacy/sierra/rce/impls
    In directory giga:/tmp/cvs-serv25618/src/java/org/openprivacy/sierra/rce/impls

    Modified Files:
            MeanRCE.java SOAPServiceRCE.java
    Log Message:
    update from over weekend. clean up copyright... more work on store

    *****************************************************************
    File: sierra/src/java/org/openprivacy/sierra/rce/impls/MeanRCE.java

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

    CVSWeb: Annotate this file: http://openprivacy.org/cgi-bin/cvsweb/cvsweb.cgi/sierra/src/java/org/openprivacy/sierra/rce/impls/MeanRCE.java?annotate=1.6

    CVSWeb: View this file: http://openprivacy.org/cgi-bin/cvsweb/cvsweb.cgi/sierra/src/java/org/openprivacy/sierra/rce/impls/MeanRCE.java?rev=1.6&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/rce/impls/MeanRCE.java.diff?r1=1.6&r2=1.5

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

    Index: sierra/src/java/org/openprivacy/sierra/rce/impls/MeanRCE.java
    diff -u sierra/src/java/org/openprivacy/sierra/rce/impls/MeanRCE.java:1.5 sierra/src/java/org/openprivacy/sierra/rce/impls/MeanRCE.java:1.6
    --- sierra/src/java/org/openprivacy/sierra/rce/impls/MeanRCE.java:1.5 Thu Feb 1 15:50:44 2001
    +++ sierra/src/java/org/openprivacy/sierra/rce/impls/MeanRCE.java Sun Feb 18 22:50:30 2001
    @@ -1,5 +1,5 @@
     /*
    - * Copyright 2000 OpenPrivacy.org. All rights reserved.
    + * Copyright 2001 OpenPrivacy.org. All rights reserved.
      *
      * This program is free software; you can redistribute it and/or modify it under
      * the terms of the GNU General Public License as published by the Free Software
    @@ -36,7 +36,7 @@
      *
      * @see http://www.openprivacy.org
      * @author <a href="mailto:burton@openprivacy.org">Kevin A. Burton</a>
    - * @version $Id: MeanRCE.java,v 1.5 2001/02/01 23:50:44 burton Exp $
    + * @version $Id: MeanRCE.java,v 1.6 2001/02/19 06:50:30 burton Exp $
      */
     public class MeanRCE extends BaseRCE implements RCE {
     
    @@ -48,14 +48,14 @@
         /**
          * @see Component
          * @author <a href="mailto:burton@relativity.yi.org">Kevin A. Burton</a>
    - * @version $Id: MeanRCE.java,v 1.5 2001/02/01 23:50:44 burton Exp $
    + * @version $Id: MeanRCE.java,v 1.6 2001/02/19 06:50:30 burton Exp $
          */
         public void init() { }
         
         /**
          * @see RCE.getReputation#
          * @author <a href="mailto:burton@relativity.yi.org">Kevin A. Burton</a>
    - * @version $Id: MeanRCE.java,v 1.5 2001/02/01 23:50:44 burton Exp $
    + * @version $Id: MeanRCE.java,v 1.6 2001/02/19 06:50:30 burton Exp $
          */
         public Reputation getReputation( RCEContext context, String reference ) throws ReputationNotFoundException {
     
    @@ -73,7 +73,7 @@
         /**
          * @see RCE.getReputation#
          * @author <a href="mailto:burton@relativity.yi.org">Kevin A. Burton</a>
    - * @version $Id: MeanRCE.java,v 1.5 2001/02/01 23:50:44 burton Exp $
    + * @version $Id: MeanRCE.java,v 1.6 2001/02/19 06:50:30 burton Exp $
          */
         public Reputation getReputation( String reference ) throws ReputationNotFoundException {
     
    @@ -84,7 +84,7 @@
         /**
          * @see RCE.putReputation#
          * @author <a href="mailto:burton@relativity.yi.org">Kevin A. Burton</a>
    - * @version $Id: MeanRCE.java,v 1.5 2001/02/01 23:50:44 burton Exp $
    + * @version $Id: MeanRCE.java,v 1.6 2001/02/19 06:50:30 burton Exp $
          */
         public void putReputation( RCEContext context, Reputation reputation ) {
             map.putReputation( reputation );
    @@ -93,7 +93,7 @@
         /**
          * @see RCE.putReputation#
          * @author <a href="mailto:burton@relativity.yi.org">Kevin A. Burton</a>
    - * @version $Id: MeanRCE.java,v 1.5 2001/02/01 23:50:44 burton Exp $
    + * @version $Id: MeanRCE.java,v 1.6 2001/02/19 06:50:30 burton Exp $
          */
         public void putReputation( Reputation reputation ) {
             putReputation( new RCEContext(), reputation );
    @@ -110,7 +110,7 @@
      * Internally stores a mechanism to map references (URIs) to lists of Reputations.
      *
      * @author <a href="mailto:burton@relativity.yi.org">Kevin A. Burton</a>
    - * @version $Id: MeanRCE.java,v 1.5 2001/02/01 23:50:44 burton Exp $
    + * @version $Id: MeanRCE.java,v 1.6 2001/02/19 06:50:30 burton Exp $
      */
     class ReputationPrincipalMap {
     
    @@ -137,7 +137,7 @@
          * Get a Vector of reputations from the references has or return a new one.
          *
          * @author <a href="mailto:burton@relativity.yi.org">Kevin A. Burton</a>
    - * @version $Id: MeanRCE.java,v 1.5 2001/02/01 23:50:44 burton Exp $
    + * @version $Id: MeanRCE.java,v 1.6 2001/02/19 06:50:30 burton Exp $
          */
         private Vector getVector( String reference ) {
     

    *****************************************************************
    File: sierra/src/java/org/openprivacy/sierra/rce/impls/SOAPServiceRCE.java

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

    CVSWeb: Annotate this file: http://openprivacy.org/cgi-bin/cvsweb/cvsweb.cgi/sierra/src/java/org/openprivacy/sierra/rce/impls/SOAPServiceRCE.java?annotate=1.7

    CVSWeb: View this file: http://openprivacy.org/cgi-bin/cvsweb/cvsweb.cgi/sierra/src/java/org/openprivacy/sierra/rce/impls/SOAPServiceRCE.java?rev=1.7&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/rce/impls/SOAPServiceRCE.java.diff?r1=1.7&r2=1.6

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

    Index: sierra/src/java/org/openprivacy/sierra/rce/impls/SOAPServiceRCE.java
    diff -u sierra/src/java/org/openprivacy/sierra/rce/impls/SOAPServiceRCE.java:1.6 sierra/src/java/org/openprivacy/sierra/rce/impls/SOAPServiceRCE.java:1.7
    --- sierra/src/java/org/openprivacy/sierra/rce/impls/SOAPServiceRCE.java:1.6 Wed Feb 7 03:08:08 2001
    +++ sierra/src/java/org/openprivacy/sierra/rce/impls/SOAPServiceRCE.java Sun Feb 18 22:50:30 2001
    @@ -1,5 +1,5 @@
     /*
    - * Copyright 2000 OpenPrivacy.org. All rights reserved.
    + * Copyright 2001 OpenPrivacy.org. All rights reserved.
      *
      * This program is free software; you can redistribute it and/or modify it under
      * the terms of the GNU General Public License as published by the Free Software
    @@ -40,7 +40,7 @@
      *
      * @see http://www.openprivacy.org
      * @author <a href="mailto:burton@openprivacy.org">Kevin A. Burton</a>
    - * @version $Id: SOAPServiceRCE.java,v 1.6 2001/02/07 11:08:08 burton Exp $
    + * @version $Id: SOAPServiceRCE.java,v 1.7 2001/02/19 06:50:30 burton Exp $
      */
     public class SOAPServiceRCE extends BaseRCE implements RCE {
     
    @@ -59,14 +59,14 @@
         /**
          * @see Component
          * @author <a href="mailto:burton@relativity.yi.org">Kevin A. Burton</a>
    - * @version $Id: SOAPServiceRCE.java,v 1.6 2001/02/07 11:08:08 burton Exp $
    + * @version $Id: SOAPServiceRCE.java,v 1.7 2001/02/19 06:50:30 burton Exp $
          */
         public void init() { }
         
         /**
          * @see RCE.getReputation#
          * @author <a href="mailto:burton@openprivacy.org">Kevin A. Burton</a>
    - * @version $Id: SOAPServiceRCE.java,v 1.6 2001/02/07 11:08:08 burton Exp $
    + * @version $Id: SOAPServiceRCE.java,v 1.7 2001/02/19 06:50:30 burton Exp $
          */
         public Reputation getReputation( RCEContext context,
                                          String reference ) throws ReputationNotFoundException {
    @@ -86,7 +86,7 @@
         /**
          * @see RCE.getReputation#
          * @author <a href="mailto:burton@openprivacy.org">Kevin A. Burton</a>
    - * @version $Id: SOAPServiceRCE.java,v 1.6 2001/02/07 11:08:08 burton Exp $
    + * @version $Id: SOAPServiceRCE.java,v 1.7 2001/02/19 06:50:30 burton Exp $
          */
         public Reputation getReputation( String reference ) throws ReputationNotFoundException {
             return getReputation( new RCEContext(), reference );
    @@ -95,7 +95,7 @@
         /**
          * @see RCE.putReputation#
          * @author <a href="mailto:burton@openprivacy.org">Kevin A. Burton</a>
    - * @version $Id: SOAPServiceRCE.java,v 1.6 2001/02/07 11:08:08 burton Exp $
    + * @version $Id: SOAPServiceRCE.java,v 1.7 2001/02/19 06:50:30 burton Exp $
          */
         public void putReputation( RCEContext context,
                                    Reputation reputation ) {
    @@ -113,7 +113,7 @@
         /**
          * @see RCE.putReputation#
          * @author <a href="mailto:burton@openprivacy.org">Kevin A. Burton</a>
    - * @version $Id: SOAPServiceRCE.java,v 1.6 2001/02/07 11:08:08 burton Exp $
    + * @version $Id: SOAPServiceRCE.java,v 1.7 2001/02/19 06:50:30 burton Exp $
          */
         public void putReputation( Reputation reputation ) {
             putReputation( new RCEContext(), reputation );
    @@ -122,7 +122,7 @@
         /**
          * @see RCE.getPrincipal#
          * @author <a href="mailto:burton@openprivacy.org">Kevin A. Burton</a>
    - * @version $Id: SOAPServiceRCE.java,v 1.6 2001/02/07 11:08:08 burton Exp $
    + * @version $Id: SOAPServiceRCE.java,v 1.7 2001/02/19 06:50:30 burton Exp $
          */
         public URI getPrincipal() {
             return this.principal;



    This archive was generated by hypermail 2b30 : Sun Feb 18 2001 - 22:50:32 PST