diff -r aa5a574040a4 -r a3cc46f37772 harvester/monitorplugins/fileplugin/inc/fileeventhandlerao.h --- a/harvester/monitorplugins/fileplugin/inc/fileeventhandlerao.h Tue Jul 06 14:44:37 2010 +0300 +++ b/harvester/monitorplugins/fileplugin/inc/fileeventhandlerao.h Fri Sep 17 16:54:49 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__