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