diff -r f7f0874bfe7d -r 6b87b143d312 photosgallery/viewframework/views/gridview/inc/glxgridviewmlobserver.h --- a/photosgallery/viewframework/views/gridview/inc/glxgridviewmlobserver.h Tue Feb 02 10:12:14 2010 +0200 +++ b/photosgallery/viewframework/views/gridview/inc/glxgridviewmlobserver.h Fri Feb 19 22:51:01 2010 +0200 @@ -102,6 +102,12 @@ */ void UpdateItemsL (TInt aItemIndex,const RArray& aAttributes); + /** + * DisplayErrorNote - Show an error note based on input parameter + * @param aError The error based on which the error note is to be shown. + */ + void DisplayErrorNote(TInt aError); + private: MGlxMediaList& iMediaList; @@ -117,6 +123,10 @@ //No of visible items in a page/view TInt iItemsPerPage; + // Has the error in disk (e.g disk error) been shown to the user? + // If a disk is full the user should not be intimated everytime over and over again. + TInt iDiskErrorIntimated; + // Modified Indexes array to refresh the screen RArray iModifiedIndexes;