harvester/harvesterplugins/VideoPlugin/inc/harvestervideoplugin.h
branchRCL_3
changeset 19 82c0024438c8
parent 17 50de4d668bb6
child 27 4a4892eec172
--- a/harvester/harvesterplugins/VideoPlugin/inc/harvestervideoplugin.h	Wed Mar 31 22:19:07 2010 +0300
+++ b/harvester/harvesterplugins/VideoPlugin/inc/harvestervideoplugin.h	Wed Apr 14 16:24:03 2010 +0300
@@ -22,6 +22,7 @@
 #include "harvesterplugin.h"
 
 #include "mimetypemapping.h"
+#include "harvestermediaidutil.h"
 
 // FORWARD DECLARATION
 class CMdEObjectDef;
@@ -228,6 +229,11 @@
 		RArray<THarvestingHandling> iMimeTypeMappings;
 		
 		CHarvesterVideoPluginPropertyDefs* iPropDefs;
+		
+		TInt iMaxTextLength;
+		
+		// not own
+		CHarvesterMediaIdUtil* iMediaIdUtil;
 	};
 
 #endif // __CHARVESTERVIDEOPLUGIN_H__