From: Nando D. <na...@us...> - 2005-02-03 17:05:04
|
Update of /cvsroot/instantobjects/Source/Design/D7 In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv10380/Design/D7 Modified Files: DclIOCore.dpk Log Message: added InstantPump unit (can't tell why it wasn't there) Index: DclIOCore.dpk =================================================================== RCS file: /cvsroot/instantobjects/Source/Design/D7/DclIOCore.dpk,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** DclIOCore.dpk 5 Aug 2004 12:25:05 -0000 1.3 --- DclIOCore.dpk 3 Feb 2005 17:04:52 -0000 1.4 *************** *** 7,10 **** --- 7,11 ---- {$R '..\..\Core\InstantPersistence.dcr'} {$R '..\..\Core\InstantConnectionManager.dcr'} + {$R '..\..\Core\InstantPump.dcr'} {$ALIGN 8} {$ASSERTIONS ON} |