harvester/server/inc/harvesterao.h
changeset 28 c461c7fa72c2
parent 23 33ae025ac1e8
child 30 3e156c80c15d
--- 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__