diff -r 50de4d668bb6 -r 82c0024438c8 harvester/harvesterplugins/VideoPlugin/inc/harvestervideoplugin.h --- 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 iMimeTypeMappings; CHarvesterVideoPluginPropertyDefs* iPropDefs; + + TInt iMaxTextLength; + + // not own + CHarvesterMediaIdUtil* iMediaIdUtil; }; #endif // __CHARVESTERVIDEOPLUGIN_H__