userlibandfileserver/fileserver/inc/f32fsys.h
changeset 254 1560c419b176
parent 176 af6ec97d9189
child 273 6a75fa55495f
--- a/userlibandfileserver/fileserver/inc/f32fsys.h	Tue Aug 24 14:49:21 2010 +0100
+++ b/userlibandfileserver/fileserver/inc/f32fsys.h	Tue Aug 31 11:31:15 2010 +0100
@@ -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;