* Marked some sections as private

git-svn-id: trunk@7374 -
This commit is contained in:
michael 2007-05-17 11:29:46 +00:00
parent acb9fb53d2
commit a78f576074

View File

@ -57,6 +57,7 @@ uses classes, sysutils;
type
TIniFileKey = class
Private
FIdent: string;
FValue: string;
public
@ -76,6 +77,7 @@ type
end;
TIniFileSection = class
private
FName: string;
FKeyList: TIniFileKeyList;
public