--- 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 <e32cmn.h>
#include <e32base.h>
+#include <badesca.h>
#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__