harvester/server/inc/harvesterao.h
branchRCL_3
changeset 27 4a4892eec172
parent 19 82c0024438c8
child 30 3e156c80c15d
--- a/harvester/server/inc/harvesterao.h	Tue May 11 16:36:55 2010 +0300
+++ b/harvester/server/inc/harvesterao.h	Tue May 25 13:10:05 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__