diff -r 6dfc5f825351 -r 50bf9db68373 harvester/harvesterplugins/VideoPlugin/inc/harvestervideoplugin.h --- a/harvester/harvesterplugins/VideoPlugin/inc/harvestervideoplugin.h Fri Mar 19 09:38:01 2010 +0200 +++ b/harvester/harvesterplugins/VideoPlugin/inc/harvestervideoplugin.h Fri Apr 16 15:23:55 2010 +0300 @@ -90,6 +90,8 @@ HBufC* iMimeBuf; TUint32 iCodec; + + TBool iDrmProtected; CVideoHarvestData() : CBase() { @@ -135,6 +137,7 @@ CMdEPropertyDef* iGenrePropertyDef; CMdEPropertyDef* iArtistPropertyDef; CMdEPropertyDef* iDescriptionPropertyDef; + CMdEPropertyDef* iDrmPropertyDef; CMdEPropertyDef* iAudioFourCCDef;