userlibandfileserver/fileserver/inc/f32fsys.h
changeset 266 0008ccd16016
parent 201 43365a9b78a3
equal deleted inserted replaced
259:57b9594f5772 266:0008ccd16016
  3412 public:
  3412 public:
  3413 	IMPORT_C static TBool Initialise(TInt aRomAddress, TInt aLength);
  3413 	IMPORT_C static TBool Initialise(TInt aRomAddress, TInt aLength);
  3414 	IMPORT_C static TBool GetString(const TDesC8& aSection, const TDesC8& aProperty, TDes8&  aPropVal);
  3414 	IMPORT_C static TBool GetString(const TDesC8& aSection, const TDesC8& aProperty, TDes8&  aPropVal);
  3415 	IMPORT_C static TBool GetInt(const TDesC8& aSection,    const TDesC8& aProperty, TInt32& aPropVal);
  3415 	IMPORT_C static TBool GetInt(const TDesC8& aSection,    const TDesC8& aProperty, TInt32& aPropVal);
  3416 	IMPORT_C static TBool GetBool(const TDesC8& aSection,   const TDesC8& aProperty, TBool&  aPropVal);
  3416 	IMPORT_C static TBool GetBool(const TDesC8& aSection,   const TDesC8& aProperty, TBool&  aPropVal);
       
  3417     static void  GetDriveSection(TInt aDrvNum, TDes8& aSectionName);
       
  3418  
  3417 private:
  3419 private:
  3418 	static TBool iInitialised;
  3420 	static TBool iInitialised;
  3419 	static TInt iRomAddress;
  3421 	static TInt iRomAddress;
  3420 	static TInt iRomLength;
  3422 	static TInt iRomLength;
  3421 	};
  3423 	};