diff -r b73a2e62868f -r 6752808b2036 harvester/server/inc/harvesterao.h --- a/harvester/server/inc/harvesterao.h Tue Feb 02 00:24:33 2010 +0200 +++ b/harvester/server/inc/harvesterao.h Fri Feb 19 23:14:48 2010 +0200 @@ -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__