harvester/server/inc/harvesterao.h
changeset 28 c461c7fa72c2
parent 23 33ae025ac1e8
child 30 3e156c80c15d
equal deleted inserted replaced
25:8e4539ab1889 28:c461c7fa72c2
    61 		CMdEPropertyDef* iLastModifiedDatePropertyDef;
    61 		CMdEPropertyDef* iLastModifiedDatePropertyDef;
    62 		CMdEPropertyDef* iSizePropertyDef;
    62 		CMdEPropertyDef* iSizePropertyDef;
    63 		CMdEPropertyDef* iOriginPropertyDef;
    63 		CMdEPropertyDef* iOriginPropertyDef;
    64 		CMdEPropertyDef* iItemTypePropertyDef;
    64 		CMdEPropertyDef* iItemTypePropertyDef;
    65 		CMdEPropertyDef* iTitlePropertyDef;
    65 		CMdEPropertyDef* iTitlePropertyDef;
       
    66 		CMdEPropertyDef* iDefaultFolderPropertyDef;
    66 		
    67 		
    67 		// Media property definitions
    68 		// Media property definitions
    68 		CMdEPropertyDef* iPreinstalledPropertyDef;
    69 		CMdEPropertyDef* iPreinstalledPropertyDef;
    69 
    70 
    70 	private:
    71 	private:
   304 		
   305 		
   305     private:
   306     private:
   306         
   307         
   307         TBool CheckForCameraItem( CHarvesterData* aHd, TDes& aObjectDef );
   308         TBool CheckForCameraItem( CHarvesterData* aHd, TDes& aObjectDef );
   308         
   309         
       
   310         void AddDefaultFolderDataL( CMdEObject* aObject );
       
   311         
   309 	private:
   312 	private:
   310 		
   313 		
   311 	struct THarvestFileRequest
   314 	struct THarvestFileRequest
   312 		{
   315 		{
   313 		const CHarvesterServerSession& iSession;
   316 		const CHarvesterServerSession& iSession;
   566         TBool iManualPauseEnabled;
   569         TBool iManualPauseEnabled;
   567         
   570         
   568         TBool iFastHarvestNeeded;
   571         TBool iFastHarvestNeeded;
   569         
   572         
   570         TBool iHarvestingPlaceholders;
   573         TBool iHarvestingPlaceholders;
       
   574         
       
   575         HBufC* iPhoneImagesPath;
       
   576         HBufC* iMmcImagesPath;
       
   577         
       
   578         HBufC* iPhoneVideosPath;
       
   579         HBufC* iMmcVideosPath;
       
   580         
       
   581         HBufC* iPhoneSoundsPath;
       
   582         HBufC* iMmcSoundsPath;
   571 	};
   583 	};
   572 	
   584 	
   573 #endif //__CHARVESTERAO_H__
   585 #endif //__CHARVESTERAO_H__