harvester/monitorplugins/fileplugin/inc/fileeventhandlerao.h
changeset 45 a93990e5815e
parent 20 6dfc5f825351
child 63 e538444823de
--- a/harvester/monitorplugins/fileplugin/inc/fileeventhandlerao.h	Tue Jul 06 14:44:37 2010 +0300
+++ b/harvester/monitorplugins/fileplugin/inc/fileeventhandlerao.h	Wed Aug 18 10:12:07 2010 +0300
@@ -172,11 +172,13 @@
         void ReadCacheSizeFromCenrepL();
 
         /**
-        * Set MdE object's title with aNewUrl
+        * Update MDS objects data if needed
         */
        void SetTitleL( CMdEObject* aOldObject, const TDesC& aNewUrl );
        
        void SetModifiedTimeL( CMdEObject* aOldObject, const TDesC& aNewUrl );
+       
+       void CheckDefaultFolderL( CMdEObject* aOldObject );
         
     private:
         
@@ -237,6 +239,16 @@
         CMdEPropertyDef* iOriginPropertyDef;
         CMdEPropertyDef* iTitlePropertyDef;
         CMdEPropertyDef* iTimePropertyDef;
+        CMdEPropertyDef* iDefaultFolderPropertyDef;
+        
+        HBufC* iPhoneImagesPath;
+        HBufC* iMmcImagesPath;
+        
+        HBufC* iPhoneVideosPath;
+        HBufC* iMmcVideosPath;
+        
+        HBufC* iPhoneSoundsPath;
+        HBufC* iMmcSoundsPath;
     };
 
 #endif // __FILEEVENTHANDLERAO_H__