diff -r 8e4539ab1889 -r c461c7fa72c2 harvester/harvesterplugins/OMADRMPlugin/inc/harvesteromadrmplugin.h --- a/harvester/harvesterplugins/OMADRMPlugin/inc/harvesteromadrmplugin.h Fri May 14 16:17:23 2010 +0300 +++ b/harvester/harvesterplugins/OMADRMPlugin/inc/harvesteromadrmplugin.h Thu May 27 13:18:43 2010 +0300 @@ -83,6 +83,7 @@ CMdEPropertyDef* iDescriptionPropertyDef; CMdEPropertyDef* iAuthorPropertyDef; CMdEPropertyDef* iGenrePropertyDef; + CMdEPropertyDef* iDefaultFolderPropertyDef; private: CHarvesterOmaDrmPluginPropertyDefs(); @@ -157,6 +158,15 @@ CHarvesterOmaDrmPluginPropertyDefs* iPropDefs; TInt iMaxTextLength; + + HBufC* iPhoneImagesPath; + HBufC* iMmcImagesPath; + + HBufC* iPhoneVideosPath; + HBufC* iMmcVideosPath; + + HBufC* iPhoneSoundsPath; + HBufC* iMmcSoundsPath; }; #endif // __CHarvesterOMADRMPlugin_H__