diff -r 8e4539ab1889 -r c461c7fa72c2 harvester/harvesterplugins/VideoPlugin/inc/harvestervideoplugin.h --- a/harvester/harvesterplugins/VideoPlugin/inc/harvestervideoplugin.h Fri May 14 16:17:23 2010 +0300 +++ b/harvester/harvesterplugins/VideoPlugin/inc/harvestervideoplugin.h Thu May 27 13:18:43 2010 +0300 @@ -139,6 +139,7 @@ CMdEPropertyDef* iArtistPropertyDef; CMdEPropertyDef* iDescriptionPropertyDef; CMdEPropertyDef* iDrmPropertyDef; + CMdEPropertyDef* iDefaultFolderPropertyDef; CMdEPropertyDef* iAudioFourCCDef; @@ -234,6 +235,9 @@ // not own CHarvesterMediaIdUtil* iMediaIdUtil; + + HBufC* iPhoneVideosPath; + HBufC* iMmcVideosPath; }; #endif // __CHARVESTERVIDEOPLUGIN_H__