diff -r 8e4539ab1889 -r c461c7fa72c2 harvester/server/inc/harvesterao.h --- a/harvester/server/inc/harvesterao.h Fri May 14 16:17:23 2010 +0300 +++ b/harvester/server/inc/harvesterao.h Thu May 27 13:18:43 2010 +0300 @@ -63,6 +63,7 @@ CMdEPropertyDef* iOriginPropertyDef; CMdEPropertyDef* iItemTypePropertyDef; CMdEPropertyDef* iTitlePropertyDef; + CMdEPropertyDef* iDefaultFolderPropertyDef; // Media property definitions CMdEPropertyDef* iPreinstalledPropertyDef; @@ -306,6 +307,8 @@ TBool CheckForCameraItem( CHarvesterData* aHd, TDes& aObjectDef ); + void AddDefaultFolderDataL( CMdEObject* aObject ); + private: struct THarvestFileRequest @@ -568,6 +571,15 @@ TBool iFastHarvestNeeded; TBool iHarvestingPlaceholders; + + HBufC* iPhoneImagesPath; + HBufC* iMmcImagesPath; + + HBufC* iPhoneVideosPath; + HBufC* iMmcVideosPath; + + HBufC* iPhoneSoundsPath; + HBufC* iMmcSoundsPath; }; #endif //__CHARVESTERAO_H__