소스 검색

* Marked some sections as private

git-svn-id: trunk@7374 -
michael 18 년 전
부모
커밋
a78f576074
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. 2 0
      packages/fcl-base/src/inc/inifiles.pp

+ 2 - 0
packages/fcl-base/src/inc/inifiles.pp

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