mpengine/tsrc/unittest_mpmpxisolatedcollectionhelper/inc/unittest_mpmpxisolatedcollectionhelper.h
changeset 43 0f32e550d9d8
parent 22 ecf06a08d4d9
equal deleted inserted replaced
38:b93f525c9244 43:0f32e550d9d8
    43     virtual ~TestCMpMpxIsolatedCollectionHelper();
    43     virtual ~TestCMpMpxIsolatedCollectionHelper();
    44 
    44 
    45 private:
    45 private:
    46     
    46     
    47     void HandleIsolatedOpenL( const CMPXMedia& aEntries, TInt aError );
    47     void HandleIsolatedOpenL( const CMPXMedia& aEntries, TInt aError );
       
    48     void HandleIsolatedOpenRestorePathL( const CMPXCollectionPath& aPath, TInt aError );
    48     
    49     
    49 public slots:
    50 public slots:
    50 
    51 
    51     void initTestCase();
    52     void initTestCase();
    52     void cleanupTestCase();
    53     void cleanupTestCase();
    63 
    64 
    64     CMpMpxIsolatedCollectionHelper  *mTest;
    65     CMpMpxIsolatedCollectionHelper  *mTest;
    65     const CMPXMedia                 *iEntriesFromoOpenCallback; //not own
    66     const CMPXMedia                 *iEntriesFromoOpenCallback; //not own
    66     TInt                             iErrorFromoOpenCallback;
    67     TInt                             iErrorFromoOpenCallback;
    67     TInt                             iOpenCallbackCounter;
    68     TInt                             iOpenCallbackCounter;
       
    69     TInt                             iOpenRestoreCallbackCounter;   
    68 
    70 
    69 };
    71 };
    70 
    72 
    71 #endif  // TESTMPMPXISOLATEDCOLLECTIONHELPER_H
    73 #endif  // TESTMPMPXISOLATEDCOLLECTIONHELPER_H
    72 
    74