coreapplicationuis/rfsplugins/tsrc/rfspluginstest/rfstestapp/src/rfstestappui.cpp
branchRCL_3
changeset 10 469fa8a78de7
parent 0 2e3d3ce01487
child 19 924385140d98
--- 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 <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 = 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 );
     }