diff -r 8e4539ab1889 -r c461c7fa72c2 harvester/harvesterplugins/AudioPlugin/inc/harvesteraudioplugin.h --- a/harvester/harvesterplugins/AudioPlugin/inc/harvesteraudioplugin.h Fri May 14 16:17:23 2010 +0300 +++ b/harvester/harvesterplugins/AudioPlugin/inc/harvesteraudioplugin.h Thu May 27 13:18:43 2010 +0300 @@ -55,6 +55,7 @@ CMdEPropertyDef* iThumbnailPropertyDef; CMdEPropertyDef* iDatePropertyDef; CMdEPropertyDef* iDrmPropertyDef; + CMdEPropertyDef* iDefaultFolderPropertyDef; // Audio property definitions CMdEPropertyDef* iAlbumPropertyDef; @@ -145,7 +146,7 @@ * Get song name, artist, album, genre and composer from normal music * file (eg. mp3). */ - void GetMusicPropertiesL( CHarvesterData* aHD, TBool aIsAdd ); + void GetMusicPropertiesL( CHarvesterData* aHD, TBool aIsAdd, TPtrC aMimeType ); private: CAudioMDParser* iAudioParser; @@ -156,6 +157,9 @@ TBool iHarvestAlbumArt; TInt iMaxTextLength; + + HBufC* iPhoneSoundsPath; + HBufC* iMmcSoundsPath; };