[JEDI.NET-commits] main/run Jedi.System.Strings.pas,1.3,1.4
Status: Pre-Alpha
Brought to you by:
jedi_mbe
From: Marcel B. <jed...@us...> - 2005-01-22 15:29:32
|
Update of /cvsroot/jedidotnet/main/run In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv19344/main/run Modified Files: Jedi.System.Strings.pas Log Message: Corrected SourceInfo attribute Index: Jedi.System.Strings.pas =================================================================== RCS file: /cvsroot/jedidotnet/main/run/Jedi.System.Strings.pas,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** Jedi.System.Strings.pas 22 Jan 2005 15:04:39 -0000 1.3 --- Jedi.System.Strings.pas 22 Jan 2005 15:29:23 -0000 1.4 *************** *** 35,39 **** {$REGION 'Enumerations'} type ! [Flags, CVSSourceInfo('$Header$')] ExtractQuotedStringFlags = (Default = 0, IgnoreGarbage = 1, EndQuoteMandetory = 2); {$ENDREGION} --- 35,39 ---- {$REGION 'Enumerations'} type ! [Flags, JediSourceInfo('$Header$')] ExtractQuotedStringFlags = (Default = 0, IgnoreGarbage = 1, EndQuoteMandetory = 2); {$ENDREGION} *************** *** 41,45 **** {$REGION 'String utilities class'} type ! [CVSSourceInfo('$Header$')] StringUtils = class {$REGION 'TabSet class'} --- 41,45 ---- {$REGION 'String utilities class'} type ! [JediSourceInfo('$Header$')] StringUtils = class {$REGION 'TabSet class'} |