harvester/monitorplugins/fileplugin/inc/fileeventhandlerao.h
changeset 54 a3cc46f37772
parent 20 6dfc5f825351
child 63 e538444823de
equal deleted inserted replaced
36:aa5a574040a4 54:a3cc46f37772
   170         void SetNextRequest( TRequest aRequest );
   170         void SetNextRequest( TRequest aRequest );
   171         
   171         
   172         void ReadCacheSizeFromCenrepL();
   172         void ReadCacheSizeFromCenrepL();
   173 
   173 
   174         /**
   174         /**
   175         * Set MdE object's title with aNewUrl
   175         * Update MDS objects data if needed
   176         */
   176         */
   177        void SetTitleL( CMdEObject* aOldObject, const TDesC& aNewUrl );
   177        void SetTitleL( CMdEObject* aOldObject, const TDesC& aNewUrl );
   178        
   178        
   179        void SetModifiedTimeL( CMdEObject* aOldObject, const TDesC& aNewUrl );
   179        void SetModifiedTimeL( CMdEObject* aOldObject, const TDesC& aNewUrl );
       
   180        
       
   181        void CheckDefaultFolderL( CMdEObject* aOldObject );
   180         
   182         
   181     private:
   183     private:
   182         
   184         
   183         /**
   185         /**
   184          * @var An observer class to notify about file creations, modifications and deletions.
   186          * @var An observer class to notify about file creations, modifications and deletions.
   235         TInt iCacheSize;
   237         TInt iCacheSize;
   236         
   238         
   237         CMdEPropertyDef* iOriginPropertyDef;
   239         CMdEPropertyDef* iOriginPropertyDef;
   238         CMdEPropertyDef* iTitlePropertyDef;
   240         CMdEPropertyDef* iTitlePropertyDef;
   239         CMdEPropertyDef* iTimePropertyDef;
   241         CMdEPropertyDef* iTimePropertyDef;
       
   242         CMdEPropertyDef* iDefaultFolderPropertyDef;
       
   243         
       
   244         HBufC* iPhoneImagesPath;
       
   245         HBufC* iMmcImagesPath;
       
   246         
       
   247         HBufC* iPhoneVideosPath;
       
   248         HBufC* iMmcVideosPath;
       
   249         
       
   250         HBufC* iPhoneSoundsPath;
       
   251         HBufC* iMmcSoundsPath;
   240     };
   252     };
   241 
   253 
   242 #endif // __FILEEVENTHANDLERAO_H__
   254 #endif // __FILEEVENTHANDLERAO_H__