mtpfws/mtpfw/common/inc/mtpdatacapture.h
branchRCL_3
changeset 19 0aa8cc770c8a
parent 0 d0791faffa3f
child 20 4a793f564d72
--- a/mtpfws/mtpfw/common/inc/mtpdatacapture.h	Thu Aug 19 10:44:03 2010 +0300
+++ b/mtpfws/mtpfw/common/inc/mtpdatacapture.h	Tue Aug 31 16:03:15 2010 +0300
@@ -23,13 +23,7 @@
 
 // MTP data caputre defines
 
-#if defined(__WINS__)
 _LIT(KRequestCaptureRootDir, "c:\\test\\data\\");
-#elif defined(__SERIES60_) 
-_LIT(KRequestCaptureRootDir, "f:\\test\\data\\");
-#else
-_LIT(KRequestCaptureRootDir, "e:\\test\\data\\");
-#endif
 
 _LIT(KRequestCaptureDirPrefix, "testcase");
 _LIT(KIToRDataPhaseOutputFile, "i_to_r_dataphase.dat");