mpengine/tsrc/unittest_mpmpxcollectionframeworkwrapper/stub/inc/mpxcollectionuihelper.h
branchGCC_SURGE
changeset 44 eff9df3d9c98
parent 32 c163ef0b758d
--- a/mpengine/tsrc/unittest_mpmpxcollectionframeworkwrapper/stub/inc/mpxcollectionuihelper.h	Fri Jun 11 16:24:02 2010 +0100
+++ b/mpengine/tsrc/unittest_mpmpxcollectionframeworkwrapper/stub/inc/mpxcollectionuihelper.h	Thu Jul 22 16:32:33 2010 +0100
@@ -37,7 +37,7 @@
     MMPXCollectionUiHelper();
     ~MMPXCollectionUiHelper();
     
-   void DeleteL( CMPXCollectionPath& aPath,
+    void DeleteL( CMPXCollectionPath& aPath,
                           MMPXCHelperObserver* aObserver );
     CMPXCollectionPath* MusicMenuPathL();
     CMPXCollectionPath* MusicAllSongsPathL();
@@ -53,11 +53,13 @@
                                       TUint aOriginalOrdinal,
                                       TUint aNewOrdinal,
                                       MMPXCHelperObserver* aObserver);
+    void Cancel();
     
 public:
     
     TBool           iIncAdd;
     TBool           iDelete;
+    TBool           iCancel;
     CMPXMedia       *iMedia;
     TBool           iValidRename;
     TBool           iValidReorder;