userlibandfileserver/fileserver/inc/f32fsys.h
changeset 266 0008ccd16016
parent 201 43365a9b78a3
--- a/userlibandfileserver/fileserver/inc/f32fsys.h	Thu Sep 02 21:54:16 2010 +0300
+++ b/userlibandfileserver/fileserver/inc/f32fsys.h	Fri Sep 17 08:37:04 2010 +0300
@@ -3414,6 +3414,8 @@
 	IMPORT_C static TBool GetString(const TDesC8& aSection, const TDesC8& aProperty, TDes8&  aPropVal);
 	IMPORT_C static TBool GetInt(const TDesC8& aSection,    const TDesC8& aProperty, TInt32& aPropVal);
 	IMPORT_C static TBool GetBool(const TDesC8& aSection,   const TDesC8& aProperty, TBool&  aPropVal);
+    static void  GetDriveSection(TInt aDrvNum, TDes8& aSectionName);
+ 
 private:
 	static TBool iInitialised;
 	static TInt iRomAddress;