|
From: <pe...@us...> - 2004-01-03 20:36:29
|
Update of /cvsroot/neuclear/neuclear-pay/src/test/org/neuclear/asset/receiver In directory sc8-pr-cvs1:/tmp/cvs-serv10127/src/test/org/neuclear/asset/receiver Modified Files: PaymentReceiverTest.java Log Message: Renamed HeldTransfer to Exchange Dropped valuetime from the request objects. Doesnt yet compile. New commit to follow soon. Index: PaymentReceiverTest.java =================================================================== RCS file: /cvsroot/neuclear/neuclear-pay/src/test/org/neuclear/asset/receiver/PaymentReceiverTest.java,v retrieving revision 1.10 retrieving revision 1.11 diff -C2 -d -r1.10 -r1.11 *** PaymentReceiverTest.java 10 Dec 2003 23:52:39 -0000 1.10 --- PaymentReceiverTest.java 3 Jan 2004 20:36:26 -0000 1.11 *************** *** 48,51 **** --- 48,56 ---- $Id$ $Log$ + Revision 1.11 2004/01/03 20:36:26 pelle + Renamed HeldTransfer to Exchange + Dropped valuetime from the request objects. + Doesnt yet compile. New commit to follow soon. + Revision 1.10 2003/12/10 23:52:39 pelle Did some cleaning up in the builders *************** *** 107,111 **** Issuer is now Asset which is a subclass of Identity AssetController supports more than one Asset. Which is important for most non ecurrency implementations. ! TransferRequest/Receipt and its Held companions are now SignedNamedObjects. Thus to create them you must use their matching TransferRequest/ReceiptBuilder classes. PaymentProcessor has been renamed CurrencyController. I will extract a superclass later to be named AbstractLedgerController --- 112,116 ---- Issuer is now Asset which is a subclass of Identity AssetController supports more than one Asset. Which is important for most non ecurrency implementations. ! TransferRequest/Receipt and its Exchange companions are now SignedNamedObjects. Thus to create them you must use their matching TransferRequest/ReceiptBuilder classes. PaymentProcessor has been renamed CurrencyController. I will extract a superclass later to be named AbstractLedgerController |