mmappcomponents/mmmtpdataprovider/inc/cmmmtpdpmetadataaccesswrapper.h
branchRCL_3
changeset 28 f56ec6ce2732
parent 23 4740b34b83ce
child 34 e257e2b6459d
equal deleted inserted replaced
23:4740b34b83ce 28:f56ec6ce2732
   163         TInt& arrayCount,
   163         TInt& arrayCount,
   164         CDesCArray& aRefFileArray );
   164         CDesCArray& aRefFileArray );
   165 
   165 
   166     /**
   166     /**
   167     * Updated Music DB
   167     * Updated Music DB
   168     * @return void
   168     * @param aStorageRoot, the root path of storage
   169     */
   169     * @return void
   170     IMPORT_C void UpdateMusicCollectionL();
   170     */
       
   171     IMPORT_C void UpdateMusicCollectionL( const TDesC& aStorageRoot );
   171 
   172 
   172     /*
   173     /*
   173     * Called when the MTP session is initialised
   174     * Called when the MTP session is initialised
   174     */
   175     */
   175     void OpenSessionL();
   176     void OpenSessionL();
   227     CMmMtpDpMetadataVideoAccess* iMmMtpDpMetadataVideoAccess;
   228     CMmMtpDpMetadataVideoAccess* iMmMtpDpMetadataVideoAccess;
   228 
   229 
   229     MMTPDataProviderFramework& iFramework;
   230     MMTPDataProviderFramework& iFramework;
   230     RFs& iFs;    // should not remove this member data!!!
   231     RFs& iFs;    // should not remove this member data!!!
   231 
   232 
   232     TInt iOpenCount;	// introduce to fix CollectionHelper Flush problem
   233     TInt iOpenCount;    // introduce to fix CollectionHelper Flush problem
   233 
   234 
   234     CDesCArray* iAbstractMediaArray;
   235     CDesCArray* iAbstractMediaArray;
   235 
   236 
   236     };
   237     };
   237 
   238