|
From: <pe...@us...> - 2003-09-23 19:17:02
|
Update of /cvsroot/neuclear/neuclear-id/src/java/org/neuclear/id/targets In directory sc8-pr-cvs1:/tmp/cvs-serv18509a/src/java/org/neuclear/id/targets Modified Files: TargetReference.java Log Message: Changed NameSpace to Identity. To cause less confusion in the future. Index: TargetReference.java =================================================================== RCS file: /cvsroot/neuclear/neuclear-id/src/java/org/neuclear/id/targets/TargetReference.java,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** TargetReference.java 22 Sep 2003 19:24:01 -0000 1.2 --- TargetReference.java 23 Sep 2003 19:16:27 -0000 1.3 *************** *** 2,5 **** --- 2,9 ---- * $Id$ * $Log$ + * Revision 1.3 2003/09/23 19:16:27 pelle + * Changed NameSpace to Identity. + * To cause less confusion in the future. + * * Revision 1.2 2003/09/22 19:24:01 pelle * More fixes throughout to problems caused by renaming. *************** *** 22,27 **** * Revision 1.2 2003/02/14 21:10:33 pelle * The email sender works. The LogSender and the SoapSender should work but havent been tested yet. ! * The NamedObject has a new log() method that logs it's contents at it's parent NameSpace's logger. ! * The NameSpace object also has a new method send() which allows one to send a named object to the NameSpace's * default receiver. * --- 26,31 ---- * Revision 1.2 2003/02/14 21:10:33 pelle * The email sender works. The LogSender and the SoapSender should work but havent been tested yet. ! * The NamedObject has a new log() method that logs it's contents at it's parent Identity's logger. ! * The Identity object also has a new method send() which allows one to send a named object to the Identity's * default receiver. * |