diff -r 0818dd463d41 -r 924385140d98 coreapplicationuis/rfsplugins/tsrc/rfspluginstest/rfstestapp/src/rfstestappui.cpp --- a/coreapplicationuis/rfsplugins/tsrc/rfspluginstest/rfstestapp/src/rfstestappui.cpp Thu Aug 19 10:05:08 2010 +0300 +++ b/coreapplicationuis/rfsplugins/tsrc/rfspluginstest/rfstestapp/src/rfstestappui.cpp Tue Aug 31 15:24:25 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 =ETrue;// = AknCommonDialogsDynMem::RunSelectDlgLD( - //AknCommonDialogsDynMem::EMemoryTypePhone | - //AknCommonDialogsDynMem::EMemoryTypeMMC, - //aPath, - //rootFolder, - //R_RFSTESTAPP_MEMORY_SELECTION, - //aResId ); + TBool ret = AknCommonDialogsDynMem::RunSelectDlgLD( + AknCommonDialogsDynMem::EMemoryTypePhone | + AknCommonDialogsDynMem::EMemoryTypeMMC, + aPath, + rootFolder, + R_RFSTESTAPP_MEMORY_SELECTION, + aResId ); return ret; } @@ -234,7 +234,6 @@ HBufC* specFile = HBufC::NewLC( KMaxFileName ); TPtr specFileDes = specFile->Des(); specFileDes = aSpec; - /* if ( AskPathL( specFileDes, R_RFSTESTAPP_SPECFILE_SELECTION ) ) { HBufC* excludeFile = HBufC::NewLC( KMaxFileName ); @@ -279,7 +278,7 @@ } CleanupStack::PopAndDestroy( excludeFile ); - }*/ + } CleanupStack::PopAndDestroy( specFile ); }