diff -r fe894bb075c2 -r 79f826a55db2 harvester/harvesterplugins/AudioPlugin/inc/harvesteraudioplugin.h --- a/harvester/harvesterplugins/AudioPlugin/inc/harvesteraudioplugin.h Mon Sep 27 15:53:05 2010 +0300 +++ b/harvester/harvesterplugins/AudioPlugin/inc/harvesteraudioplugin.h Wed Oct 06 15:08:08 2010 +0300 @@ -56,12 +56,16 @@ CMdEPropertyDef* iDatePropertyDef; CMdEPropertyDef* iDrmPropertyDef; CMdEPropertyDef* iDefaultFolderPropertyDef; + CMdEPropertyDef* iTrackPropertyDef; + CMdEPropertyDef* iBitratePropertyDef; // Audio property definitions CMdEPropertyDef* iAlbumPropertyDef; CMdEPropertyDef* iComposerPropertyDef; CMdEPropertyDef* iOriginalArtistPropertyDef; - CMdEPropertyDef* iTrackPropertyDef; + CMdEPropertyDef* iSampleRatePropertyDef; + CMdEPropertyDef* iAlbumArtistPropertyDef; + private: CHarvesterAudioPluginPropertyDefs();