userlibandfileserver/fileserver/inc/f32file.h
changeset 279 957c583b417b
parent 271 dc268b18d709
child 291 206a6eaaeb71
--- a/userlibandfileserver/fileserver/inc/f32file.h	Tue Sep 28 15:28:31 2010 +0100
+++ b/userlibandfileserver/fileserver/inc/f32file.h	Mon Oct 04 12:03:52 2010 +0100
@@ -3246,10 +3246,8 @@
     {
  public:
 
-    inline ~CFsMountHelper();
-    
+    IMPORT_C ~CFsMountHelper();
     IMPORT_C static CFsMountHelper* New(RFs& aFs, TInt aDrvNum);
-    IMPORT_C void Close();
 
     /** file system dismounting options. Used by DismountFileSystem(). RFs::NotifyDismount(), RFs::DismountFileSystem()*/
     enum TFsDismountMode
@@ -3275,6 +3273,8 @@
     CFsMountHelper(const CFsMountHelper&);
     CFsMountHelper& operator=(const CFsMountHelper&);
 
+    void Close();
+
  private:
     TFsMntHelperImpl*  ipImpl; 
     };