mpengine/tsrc/unittest_mpmpxcollectionframeworkwrapper/stub/src/mpmpxisolatedcollectionhelper.cpp
changeset 48 af3740e3753f
parent 22 ecf06a08d4d9
equal deleted inserted replaced
42:79c49924ae23 48:af3740e3753f
    15 *
    15 *
    16 */
    16 */
    17 
    17 
    18 
    18 
    19 #include <mpxcollectionpath.h>
    19 #include <mpxcollectionpath.h>
    20 
    20 #include <QtGlobal>
    21 #include "stub/inc/mpmpxisolatedcollectionhelper.h"
    21 #include "stub/inc/mpmpxisolatedcollectionhelper.h"
    22 
    22 
    23 
    23 
    24 
    24 
    25 
    25 
    55     
    55     
    56 
    56 
    57 /*!
    57 /*!
    58  \internal
    58  \internal
    59  */
    59  */
    60 void CMpMpxIsolatedCollectionHelper::OpenCollectionL( CMPXCollectionPath& aPath )
    60 void CMpMpxIsolatedCollectionHelper::OpenCollectionL( CMPXCollectionPath& aPath, TInt aIndex, MpOpenMode aMode )
    61     {
    61     {
       
    62     Q_UNUSED( aIndex );
       
    63     iMode = aMode;
    62     iCountPath = aPath.Count();
    64     iCountPath = aPath.Count();
    63     iOpen = ETrue;
    65     iOpen = ETrue;
    64     iOpenCount++;
    66     iOpenCount++;
    65     }
    67     }
    66 
    68 
    69  */
    71  */
    70 CMpMpxIsolatedCollectionHelper::CMpMpxIsolatedCollectionHelper( MMpMpxIsolatedCollectionHelperObserver* aObserver )
    72 CMpMpxIsolatedCollectionHelper::CMpMpxIsolatedCollectionHelper( MMpMpxIsolatedCollectionHelperObserver* aObserver )
    71     : iObserver( aObserver ),
    73     : iObserver( aObserver ),
    72       iOpen(EFalse),
    74       iOpen(EFalse),
    73       iOpenCount(0),
    75       iOpenCount(0),
    74       iCountPath(0)
    76       iCountPath(0),
       
    77       iMode( DefaultMode )
    75     {
    78     {
    76     }
    79     }
    77 
    80 
    78     
    81     
    79 //EOF
    82 //EOF