mmfenh/advancedaudiocontroller/tsrc/advancedaudiocontrollertestmodule/AudioRecorderTestModule/inc/RecordingBase.h
branchRCL_3
changeset 7 709f89d8c047
parent 0 71ca22bcf22a
--- a/mmfenh/advancedaudiocontroller/tsrc/advancedaudiocontrollertestmodule/AudioRecorderTestModule/inc/RecordingBase.h	Fri Feb 19 23:19:48 2010 +0200
+++ b/mmfenh/advancedaudiocontroller/tsrc/advancedaudiocontrollertestmodule/AudioRecorderTestModule/inc/RecordingBase.h	Fri Mar 12 15:45:41 2010 +0200
@@ -26,7 +26,7 @@
 #include <MdaAudioSampleEditor.h>
 #include "TestCaseBase.h"
 #include "MediaEvent.h"
-
+#include <f32file.h>
 class CRecordingBase;
 
 typedef CRecordingBase* recPtr;
@@ -76,6 +76,13 @@
 	bool isAmr;
 	bool isBitRateTest;
 
+	RFs iFs;
+
+	        /**
+	        * Pointer to a file manager object. Owned.
+	        */
+  CFileMan* iFileMan;
+
 	//To create an object of the derived class
 	static CRecordingBase* CreateObjectL(CTestModuleIf *aConsole, CStifLogger *aLogger);