mpengine/tsrc/unittest_mpmpxisolatedcollectionhelper/stub/src/mpxcollectionopenutility.cpp
changeset 43 0f32e550d9d8
parent 22 ecf06a08d4d9
child 51 560ce2306a17
equal deleted inserted replaced
38:b93f525c9244 43:0f32e550d9d8
    17 
    17 
    18 
    18 
    19 
    19 
    20 #include <e32debug.h>
    20 #include <e32debug.h>
    21 #include <Qt>
    21 #include <Qt>
       
    22 #include <mpxcollectionpath.h>
    22 
    23 
    23 #include "stub/inc/mpxcollectionopenutility.h"
    24 #include "stub/inc/mpxcollectionopenutility.h"
    24 
    25 
    25 
    26 
    26 /*!
    27 /*!
    72 }
    73 }
    73 
    74 
    74 /*!
    75 /*!
    75  Stub function.
    76  Stub function.
    76 */
    77 */
       
    78 CMPXCollectionPath* CMPXCollectionOpenUtility::PathL()
       
    79 {
       
    80     return CMPXCollectionPath::NewL();
       
    81 }
       
    82 /*!
       
    83  Stub function.
       
    84 */
    77 void CMPXCollectionOpenUtility::StartL( const CMPXCollectionPath& aPath,
    85 void CMPXCollectionOpenUtility::StartL( const CMPXCollectionPath& aPath,
    78                               TArray<TMPXAttribute> aAttrs,
    86                               TArray<TMPXAttribute> aAttrs,
    79                               TInt aChunkSize,
    87                               TInt aChunkSize,
    80                               TInt aOffset,
    88                               TInt aOffset,
    81                               TDirection aDirection,
    89                               TDirection aDirection,