harvester/harvesterplugins/VideoPlugin/inc/harvestervideoplugin.h
changeset 23 33ae025ac1e8
parent 21 50bf9db68373
child 27 4a4892eec172
--- a/harvester/harvesterplugins/VideoPlugin/inc/harvestervideoplugin.h	Fri Apr 16 15:23:55 2010 +0300
+++ b/harvester/harvesterplugins/VideoPlugin/inc/harvestervideoplugin.h	Mon May 03 12:55:01 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__