diff -r cbb1bfb7ebfb -r edd273b3192a mmappcomponents/mmmtpdataprovider/inc/cmmmtpdpmetadataaccesswrapper.h --- a/mmappcomponents/mmmtpdataprovider/inc/cmmmtpdpmetadataaccesswrapper.h Fri May 14 16:21:14 2010 +0300 +++ b/mmappcomponents/mmmtpdataprovider/inc/cmmmtpdpmetadataaccesswrapper.h Thu May 27 13:19:19 2010 +0300 @@ -165,9 +165,10 @@ /** * Updated Music DB + * @param aStorageRoot, the root path of storage * @return void */ - IMPORT_C void UpdateMusicCollectionL(); + IMPORT_C void UpdateMusicCollectionL( const TDesC& aStorageRoot ); /* * Called when the MTP session is initialised @@ -229,7 +230,7 @@ MMTPDataProviderFramework& iFramework; RFs& iFs; // should not remove this member data!!! - TInt iOpenCount; // introduce to fix CollectionHelper Flush problem + TInt iOpenCount; // introduce to fix CollectionHelper Flush problem CDesCArray* iAbstractMediaArray;