From: Steven M. <sr...@us...> - 2005-04-05 00:35:40
|
Update of /cvsroot/instantobjects/Source/Core In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv24545 Modified Files: InstantCode.pas Log Message: Bugs fixed: 1. Avoid sorting class attributes. It should be the DBA or developers that determines attributes' order. Index: InstantCode.pas =================================================================== RCS file: /cvsroot/instantobjects/Source/Core/InstantCode.pas,v retrieving revision 1.13 retrieving revision 1.14 diff -C2 -d -r1.13 -r1.14 *** InstantCode.pas 21 Mar 2005 16:48:04 -0000 1.13 --- InstantCode.pas 5 Apr 2005 00:35:28 -0000 1.14 *************** *** 25,29 **** * * Contributor(s): ! * Carlo Barazzetta, Adrea Petrelli, Nando Dessena, Steven Mitchell. * ***** END LICENSE BLOCK ***** *) --- 25,31 ---- * * Contributor(s): ! * Carlo Barazzetta, Adrea Petrelli, Nando Dessena, Steven Mitchell, ! * Joao Morais ! * * ***** END LICENSE BLOCK ***** *) *************** *** 4528,4532 **** begin inherited; ! Sort; end; --- 4530,4534 ---- begin inherited; ! //Sort; end; |