diff -r 6f9f6e99a23e -r e257e2b6459d mmappcomponents/mmmtpdataprovider/mmmtpdpplugins/abstractmediamtpdataprovider/inc/cabstractmediamtpdataproviderenumerator.h --- a/mmappcomponents/mmmtpdataprovider/mmmtpdpplugins/abstractmediamtpdataprovider/inc/cabstractmediamtpdataproviderenumerator.h Tue May 25 13:14:13 2010 +0300 +++ b/mmappcomponents/mmmtpdataprovider/mmmtpdpplugins/abstractmediamtpdataprovider/inc/cabstractmediamtpdataproviderenumerator.h Wed Jun 09 10:13:45 2010 +0300 @@ -104,13 +104,12 @@ * @param aPath current scanned file path */ void AddEntryL( const TDesC& aSuid ); - + /** - * Add references of specified abstract media into reference db - * @param aAbstractMediaName, specify the abstract media of which references should be added into db - * @param aReferences, suid array which stored references + * reset Object's format sub code in object manager */ - void AddReferencesL( const TDesC& aAbstractMediaName, CDesCArray& aReferences ); + void ResetObjectFormatSubCodeL( TUint32 aStorageId ); + private: // Owned @@ -129,11 +128,13 @@ RArray iStorages; TUint32 iStorageId; - CMPXMediaArray* iAbstractMedias; + CDesCArray* iAbstractMedias; TInt iCount; TInt iCurrentIndex; TInt iEnumState; - + + TInt iResetCount; + #if defined(_DEBUG) || defined(MMMTPDP_PERFLOG) CMmMtpDpPerfLog* iPerfLog; #endif