|
From: <pe...@us...> - 2003-09-23 19:17:00
|
Update of /cvsroot/neuclear/neuclear-id/src/java/org/neuclear/contracts/transfer
In directory sc8-pr-cvs1:/tmp/cvs-serv18509a/src/java/org/neuclear/contracts/transfer
Modified Files:
Asset.java Transfer.java
Log Message:
Changed NameSpace to Identity.
To cause less confusion in the future.
Index: Asset.java
===================================================================
RCS file: /cvsroot/neuclear/neuclear-id/src/java/org/neuclear/contracts/transfer/Asset.java,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** Asset.java 22 Sep 2003 19:24:01 -0000 1.2
--- Asset.java 23 Sep 2003 19:16:26 -0000 1.3
***************
*** 2,5 ****
--- 2,9 ----
* $Id$
* $Log$
+ * Revision 1.3 2003/09/23 19:16:26 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.
***************
*** 17,22 ****
* Revision 1.6 2003/02/14 21:10:32 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.
*
--- 21,26 ----
* Revision 1.6 2003/02/14 21:10:32 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.
*
***************
*** 81,85 ****
/**
! * @return the XML NameSpace object
*/
public Namespace getNS() {
--- 85,89 ----
/**
! * @return the XML Identity object
*/
public Namespace getNS() {
Index: Transfer.java
===================================================================
RCS file: /cvsroot/neuclear/neuclear-id/src/java/org/neuclear/contracts/transfer/Transfer.java,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** Transfer.java 22 Sep 2003 19:24:01 -0000 1.2
--- Transfer.java 23 Sep 2003 19:16:26 -0000 1.3
***************
*** 2,5 ****
--- 2,9 ----
* $Id$
* $Log$
+ * Revision 1.3 2003/09/23 19:16:26 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.
***************
*** 17,22 ****
* Revision 1.7 2003/02/14 21:10:32 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.
*
--- 21,26 ----
* Revision 1.7 2003/02/14 21:10:32 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.
*
***************
*** 94,98 ****
/**
! * @return the XML NameSpace object
*/
public Namespace getNS() {
--- 98,102 ----
/**
! * @return the XML Identity object
*/
public Namespace getNS() {
|