diff -r 48a2e0d8a4ce -r 85e0c0339cc3 mtpfws/mtpfw/common/inc/mtpdatacapture.h --- a/mtpfws/mtpfw/common/inc/mtpdatacapture.h Thu May 27 13:42:43 2010 +0300 +++ b/mtpfws/mtpfw/common/inc/mtpdatacapture.h Fri Jun 11 14:27:06 2010 +0300 @@ -23,13 +23,7 @@ // MTP data caputre defines -#if defined(__WINS__) _LIT(KRequestCaptureRootDir, "c:\\test\\data\\"); -#elif defined(__SERIES60_) -_LIT(KRequestCaptureRootDir, "c:\\test\\data\\"); -#else -_LIT(KRequestCaptureRootDir, "e:\\test\\data\\"); -#endif _LIT(KRequestCaptureDirPrefix, "testcase"); _LIT(KIToRDataPhaseOutputFile, "i_to_r_dataphase.dat");