filebrowser/engine/engine.h
changeset 48 da3ec8478e66
parent 35 98924d2efce9
equal deleted inserted replaced
47:11fa016241a4 48:da3ec8478e66
   163      * @param aFileName String contaning file name and path
   163      * @param aFileName String contaning file name and path
   164      * @return ETrue if user pressed OK button, otherwise EFalse.
   164      * @return ETrue if user pressed OK button, otherwise EFalse.
   165      */
   165      */
   166     virtual TBool ShowConfirmationQuery(const TDesC& aDescText) = 0;
   166     virtual TBool ShowConfirmationQuery(const TDesC& aDescText) = 0;
   167 
   167 
       
   168     /**
       
   169       * Notify wrapping model data has changed
       
   170       */
       
   171     virtual void NotifyModelHasChanged() = 0;
       
   172 
   168 };
   173 };
   169 
   174 
   170 class CEngine : public CBase
   175 class CEngine : public CBase
   171     {
   176     {
   172 public:
   177 public: