diff -r 67b0a665852a -r 16369ba02293 harvester/server/inc/harvesterao.h --- a/harvester/server/inc/harvesterao.h Mon Mar 08 21:43:59 2010 +0000 +++ b/harvester/server/inc/harvesterao.h Sun Mar 14 12:49:29 2010 +0000 @@ -20,6 +20,7 @@ #include #include +#include #include "contextengine.h" #include "mdeharvestersession.h" @@ -59,6 +60,8 @@ CMdEPropertyDef* iLastModifiedDatePropertyDef; CMdEPropertyDef* iSizePropertyDef; CMdEPropertyDef* iOriginPropertyDef; + CMdEPropertyDef* iItemTypePropertyDef; + CMdEPropertyDef* iTitlePropertyDef; // Media property definitions CMdEPropertyDef* iPreinstalledPropertyDef; @@ -292,6 +295,10 @@ */ void MemoryGood(); + private: + + TBool CheckForCameraItem( CHarvesterData* aHd, TDes& aObjectDef ); + private: struct THarvestFileRequest @@ -536,6 +543,9 @@ CHarvesterAoPropertyDefs* iPropDefs; TBool iMassMemoryIdChecked; + + // Own. + CDesCArray* iCameraExtensionArray; }; #endif //__CHARVESTERAO_H__