coreapplicationuis/rfsplugins/tsrc/rfspluginstest/rfstestapp/src/rfstestappui.cpp
branchRCL_3
changeset 62 924385140d98
parent 39 469fa8a78de7
child 63 c2c61fdca848
--- 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 <akncommondialogsdynmem.h>
+#include <akncommondialogsdynmem.h>
 #include <aknwaitdialog.h>
-//#include <commondialogs.hrh>
+#include <commondialogs.hrh>
 #include <rfstestapp.rsg>
 #include <aknlists.h>
 #include <aknpopup.h>
@@ -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 );
     }