CVS update: talon/src/java/talon/tests

From: cvs@openprivacy.org
Date: Sat Feb 24 2001 - 21:31:19 PST

  • Next message: cvs@openprivacy.org: "CVS update: talon/docs"

    Date: Saturday February 24, 19101 @ 21:31
    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/talon/src/java/talon/tests

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

    Update of /usr/local/cvs/public/talon/src/java/talon/tests
    In directory giga:/tmp/cvs-serv23466/src/java/talon/tests

    Modified Files:
            Test2.java
    Log Message:
    added new method to Component. This is necessary to uniquely identify an object within the system. This will probably be used within Sierra so that an RCE can be targeted specifically.

    *****************************************************************
    File: talon/src/java/talon/tests/Test2.java

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

    CVSWeb: Annotate this file: http://openprivacy.org/cgi-bin/cvsweb/cvsweb.cgi/talon/src/java/talon/tests/Test2.java?annotate=1.3

    CVSWeb: View this file: http://openprivacy.org/cgi-bin/cvsweb/cvsweb.cgi/talon/src/java/talon/tests/Test2.java?rev=1.3&content-type=text/x-cvsweb-markup

    CVSWeb: Diff to previous version: http://openprivacy.org/cgi-bin/cvsweb/cvsweb.cgi/talon/src/java/talon/tests/Test2.java.diff?r1=1.3&r2=1.2

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

    Index: talon/src/java/talon/tests/Test2.java
    diff -u talon/src/java/talon/tests/Test2.java:1.2 talon/src/java/talon/tests/Test2.java:1.3
    --- talon/src/java/talon/tests/Test2.java:1.2 Tue Jan 16 08:10:20 2001
    +++ talon/src/java/talon/tests/Test2.java Sat Feb 24 21:31:19 2001
    @@ -30,7 +30,7 @@
      *
      *
      * @author <a href="mailto:burton@relativity.yi.org">Kevin A. Burton</a>
    - * @version $Id: Test2.java,v 1.2 2001/01/16 16:10:20 burton Exp $
    + * @version $Id: Test2.java,v 1.3 2001/02/25 05:31:19 burton Exp $
      */
     public class Test2 extends AbstractTestlet {
     
    @@ -49,8 +49,8 @@
     
             Logger logger = (Logger)comp;
     
    - logger.message( this, "Hello World" );
    -
    + logger.message( this, "Using component Reference URI: " + logger.getComponentReference() );
    +
         }
     
     }



    This archive was generated by hypermail 2b30 : Sat Feb 24 2001 - 21:31:50 PST