harvester/harvesterplugins/ImagePlugin/inc/harvesterimageplugin.h
branchRCL_3
changeset 27 4a4892eec172
parent 19 82c0024438c8
child 43 c5e73110f733
--- a/harvester/harvesterplugins/ImagePlugin/inc/harvesterimageplugin.h	Tue May 11 16:36:55 2010 +0300
+++ b/harvester/harvesterplugins/ImagePlugin/inc/harvesterimageplugin.h	Tue May 25 13:10:05 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