diff -r 8e4539ab1889 -r c461c7fa72c2 harvester/harvesterplugins/ImagePlugin/inc/harvesterimageplugin.h --- a/harvester/harvesterplugins/ImagePlugin/inc/harvesterimageplugin.h Fri May 14 16:17:23 2010 +0300 +++ b/harvester/harvesterplugins/ImagePlugin/inc/harvesterimageplugin.h Thu May 27 13:18:43 2010 +0300 @@ -56,6 +56,7 @@ CMdEPropertyDef* iCaptureDatePropertyDef; CMdEPropertyDef* iResolutionUnitPropertyDef; CMdEPropertyDef* iArtistPropertyDef; + CMdEPropertyDef* iDefaultFolderPropertyDef; // Image property definitions CMdEPropertyDef* iPixelYDimensionPropertyDef; @@ -199,6 +200,9 @@ CHarvesterImagePluginPropertyDefs* iPropDefs; TInt iMaxTextLength; + + HBufC* iPhoneImagesPath; + HBufC* iMmcImagesPath; }; #endif