diff -r 2872ae438bf7 -r e538444823de harvester/monitorplugins/fileplugin/inc/fileeventhandlerao.h --- a/harvester/monitorplugins/fileplugin/inc/fileeventhandlerao.h Wed Sep 15 12:40:59 2010 +0300 +++ b/harvester/monitorplugins/fileplugin/inc/fileeventhandlerao.h Wed Oct 13 15:02:02 2010 +0300 @@ -172,13 +172,11 @@ void ReadCacheSizeFromCenrepL(); /** - * Update MDS objects data if needed + * Set MdE object's title with aNewUrl */ void SetTitleL( CMdEObject* aOldObject, const TDesC& aNewUrl ); void SetModifiedTimeL( CMdEObject* aOldObject, const TDesC& aNewUrl ); - - void CheckDefaultFolderL( CMdEObject* aOldObject ); private: @@ -239,16 +237,6 @@ CMdEPropertyDef* iOriginPropertyDef; CMdEPropertyDef* iTitlePropertyDef; CMdEPropertyDef* iTimePropertyDef; - CMdEPropertyDef* iDefaultFolderPropertyDef; - - HBufC* iPhoneImagesPath; - HBufC* iMmcImagesPath; - - HBufC* iPhoneVideosPath; - HBufC* iMmcVideosPath; - - HBufC* iPhoneSoundsPath; - HBufC* iMmcSoundsPath; }; #endif // __FILEEVENTHANDLERAO_H__