harvester/harvesterplugins/AudioPlugin/inc/harvesteraudioplugin.h
branchRCL_3
changeset 13 4a4892eec172
parent 9 82c0024438c8
child 19 b73252188534
--- a/harvester/harvesterplugins/AudioPlugin/inc/harvesteraudioplugin.h	Tue May 11 16:36:55 2010 +0300
+++ b/harvester/harvesterplugins/AudioPlugin/inc/harvesteraudioplugin.h	Tue May 25 13:10:05 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;
 	};