mtpfws/mtpfw/datatypes/interface/cmtptypefile.h
branchRCL_3
changeset 24 523717cdb0ad
parent 6 f8e15b44d440
child 32 f85613f12947
--- a/mtpfws/mtpfw/datatypes/interface/cmtptypefile.h	Tue May 11 16:59:11 2010 +0300
+++ b/mtpfws/mtpfw/datatypes/interface/cmtptypefile.h	Tue May 25 13:35:25 2010 +0300
@@ -96,9 +96,9 @@
 	IMPORT_C TInt64 GetByteSent();
     
 private:
-    CMTPTypeFile();
-    void ConstructL(RFs& aFs, const TDesC& aName, TFileMode aMode);
-	void ConstructL(RFs& aFs, const TDesC& aName, TFileMode aMode, TInt64 aRequiredSize, TInt64 aOffSet);
+    CMTPTypeFile(RFs& aFs);
+    void ConstructL(const TDesC& aName, TFileMode aMode);
+	void ConstructL(const TDesC& aName, TFileMode aMode, TInt64 aRequiredSize, TInt64 aOffSet);
     void ToggleRdWrBuffer();
 
 protected: // From CActive
@@ -108,8 +108,10 @@
 	
     TInt RunError(TInt aError);
     void RunL();
+    
 private:
 
+    
     /**
     The read and write data stream states.
     */
@@ -213,6 +215,7 @@
      */
     CFileWriter    *iFileWriter2;
 
+    RFs&            iFs;
     };
     
 #endif // CMTPTYPEFILE_H