harvester/harvesterplugins/AudioPlugin/inc/harvesteraudioplugin.h
branchRCL_3
changeset 63 e538444823de
parent 57 2872ae438bf7
--- a/harvester/harvesterplugins/AudioPlugin/inc/harvesteraudioplugin.h	Wed Sep 15 12:40:59 2010 +0300
+++ b/harvester/harvesterplugins/AudioPlugin/inc/harvesteraudioplugin.h	Wed Oct 13 15:02:02 2010 +0300
@@ -56,25 +56,20 @@
 		CMdEPropertyDef* iDatePropertyDef;
 		CMdEPropertyDef* iDrmPropertyDef;
 		CMdEPropertyDef* iDefaultFolderPropertyDef;
-		CMdEPropertyDef* iTrackPropertyDef;
-		CMdEPropertyDef* iBitratePropertyDef;
 
 		// Audio property definitions
 		CMdEPropertyDef* iAlbumPropertyDef;
 		CMdEPropertyDef* iComposerPropertyDef;		
 		CMdEPropertyDef* iOriginalArtistPropertyDef;
-		CMdEPropertyDef* iSampleRatePropertyDef;
-		CMdEPropertyDef* iAlbumArtistPropertyDef;
-		
+		CMdEPropertyDef* iTrackPropertyDef;
 
 	private:
 		CHarvesterAudioPluginPropertyDefs();
 	
-		void ConstructL( CMdEObjectDef& aObjectDef );
+		void ConstructL(CMdEObjectDef& aObjectDef);
 
 	public:	
-		static CHarvesterAudioPluginPropertyDefs* NewL();
-		void SetByObjectDefL( CMdEObjectDef& aObjectDef );
+		static CHarvesterAudioPluginPropertyDefs* NewL(CMdEObjectDef& aObjectDef);
 	};
 
 class CHarvesterAudioPlugin : public CHarvesterPlugin,
@@ -153,8 +148,6 @@
 		 */
         void GetMusicPropertiesL( CHarvesterData* aHD, TBool aIsAdd, TPtrC aMimeType );
 
-        void InitPropDefsL( CMdEObjectDef& aObjectDef );
-
 	private:
 		CAudioMDParser* iAudioParser;