diff -r 332e7bf3b42f -r 469fa8a78de7 coreapplicationuis/rfsplugins/tsrc/rfspluginstest/rfstestapp/src/rfstestappui.cpp --- a/coreapplicationuis/rfsplugins/tsrc/rfspluginstest/rfstestapp/src/rfstestappui.cpp Tue May 25 12:52:36 2010 +0300 +++ b/coreapplicationuis/rfsplugins/tsrc/rfspluginstest/rfstestapp/src/rfstestappui.cpp Wed Jun 09 09:52:12 2010 +0300 @@ -16,9 +16,9 @@ */ -#include +//#include #include -#include +//#include #include #include #include @@ -63,13 +63,13 @@ TParsePtr parse( aPath ); TPtrC rootFolder = parse.DriveAndPath(); INFO_1( "Root folder for opening test files: %S", &rootFolder ); - TBool ret = AknCommonDialogsDynMem::RunSelectDlgLD( - AknCommonDialogsDynMem::EMemoryTypePhone | - AknCommonDialogsDynMem::EMemoryTypeMMC, - aPath, - rootFolder, - R_RFSTESTAPP_MEMORY_SELECTION, - aResId ); + TBool ret =ETrue;// = AknCommonDialogsDynMem::RunSelectDlgLD( + //AknCommonDialogsDynMem::EMemoryTypePhone | + //AknCommonDialogsDynMem::EMemoryTypeMMC, + //aPath, + //rootFolder, + //R_RFSTESTAPP_MEMORY_SELECTION, + //aResId ); return ret; } @@ -234,6 +234,7 @@ HBufC* specFile = HBufC::NewLC( KMaxFileName ); TPtr specFileDes = specFile->Des(); specFileDes = aSpec; + /* if ( AskPathL( specFileDes, R_RFSTESTAPP_SPECFILE_SELECTION ) ) { HBufC* excludeFile = HBufC::NewLC( KMaxFileName ); @@ -278,7 +279,7 @@ } CleanupStack::PopAndDestroy( excludeFile ); - } + }*/ CleanupStack::PopAndDestroy( specFile ); }