harvester/harvesterplugins/VideoPlugin/inc/harvestervideoplugin.h
changeset 28 c461c7fa72c2
parent 23 33ae025ac1e8
child 30 3e156c80c15d
--- 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__