harvester/harvesterplugins/VideoPlugin/inc/harvestervideoplugin.h
branchRCL_3
changeset 9 82c0024438c8
parent 8 50de4d668bb6
child 13 4a4892eec172
equal deleted inserted replaced
8:50de4d668bb6 9:82c0024438c8
    20 
    20 
    21 #include <e32base.h>
    21 #include <e32base.h>
    22 #include "harvesterplugin.h"
    22 #include "harvesterplugin.h"
    23 
    23 
    24 #include "mimetypemapping.h"
    24 #include "mimetypemapping.h"
       
    25 #include "harvestermediaidutil.h"
    25 
    26 
    26 // FORWARD DECLARATION
    27 // FORWARD DECLARATION
    27 class CMdEObjectDef;
    28 class CMdEObjectDef;
    28 class CMdEPropertyDef;
    29 class CMdEPropertyDef;
    29 class CMdEObject;
    30 class CMdEObject;
   226 		
   227 		
   227 	private:
   228 	private:
   228 		RArray<THarvestingHandling> iMimeTypeMappings;
   229 		RArray<THarvestingHandling> iMimeTypeMappings;
   229 		
   230 		
   230 		CHarvesterVideoPluginPropertyDefs* iPropDefs;
   231 		CHarvesterVideoPluginPropertyDefs* iPropDefs;
       
   232 		
       
   233 		TInt iMaxTextLength;
       
   234 		
       
   235 		// not own
       
   236 		CHarvesterMediaIdUtil* iMediaIdUtil;
   231 	};
   237 	};
   232 
   238 
   233 #endif // __CHARVESTERVIDEOPLUGIN_H__
   239 #endif // __CHARVESTERVIDEOPLUGIN_H__