From: Andrea P. <and...@us...> - 2004-12-07 12:13:58
|
Update of /cvsroot/instantobjects/Source/Core In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv15457/Core Modified Files: InstantPersistence.pas Log Message: On-demand loading for TParts Index: InstantPersistence.pas =================================================================== RCS file: /cvsroot/instantobjects/Source/Core/InstantPersistence.pas,v retrieving revision 1.15 retrieving revision 1.16 diff -C2 -d -r1.15 -r1.16 *** InstantPersistence.pas 19 Nov 2004 13:14:12 -0000 1.15 --- InstantPersistence.pas 7 Dec 2004 12:13:48 -0000 1.16 *************** *** 967,970 **** --- 967,972 ---- TInstantParts = class(TInstantContainer) private + FAllowOwned: Boolean; + FObjectReferenceList: TObjectList; FObjectList: TObjectList; function GetObjectList: TObjectList; *************** *** 972,979 **** --- 974,989 ---- [...1247 lines suppressed...] end --- 14499,14503 ---- Params.Free; end; ! //Changed; end; end *************** *** 14319,14323 **** Params.Free; end; ! Changed; end; end --- 14534,14538 ---- Params.Free; end; ! //Changed; end; end |