mpengine/tsrc/unittest_mpmpxcollectionframeworkwrapper/stub/src/mpxcollectionuihelper.cpp
changeset 51 560ce2306a17
parent 36 a0afa279b8fe
equal deleted inserted replaced
47:4cc1412daed0 51:560ce2306a17
    21 #include <mpxcollectionpath.h>
    21 #include <mpxcollectionpath.h>
    22 #include <mpxcollectionplugin.hrh>
    22 #include <mpxcollectionplugin.hrh>
    23 #include <e32debug.h>
    23 #include <e32debug.h>
    24 
    24 
    25 #include "stub/inc/mpxcollectionuihelper.h"
    25 #include "stub/inc/mpxcollectionuihelper.h"
    26 const TInt KMPXAllSongsViewIndex = 0;
       
    27 const TInt KMPXPlaylistViewIndex = 1;
    26 const TInt KMPXPlaylistViewIndex = 1;
    28 
    27 
    29 
    28 
    30 /*!
    29 /*!
    31  Stub function.
    30  Stub function.
    32 */
    31 */
    33 MMPXCollectionUiHelper::MMPXCollectionUiHelper():iIncAdd(EFalse),
    32 MMPXCollectionUiHelper::MMPXCollectionUiHelper():iIncAdd(EFalse),
    34                                                  iDelete(EFalse),
    33                                                  iDelete(EFalse),
    35                                                  iCancel(EFalse),
    34                                                  iCancel(EFalse),
       
    35                                                  iMedia(0),
    36                                                  iValidRename(EFalse),
    36                                                  iValidRename(EFalse),
    37                                                  iValidReorder(EFalse),
    37                                                  iValidReorder(EFalse)
    38                                                  iMedia(0)
    38 {
    39 {   
       
    40 }
    39 }
    41 
    40 
    42 /*!
    41 /*!
    43  Stub function.
    42  Stub function.
    44 */
    43 */