photosgallery/viewframework/views/gridview/inc/glxgridviewmlobserver.h
branchRCL_3
changeset 9 6b87b143d312
parent 2 7d9067c6fcb1
child 13 bcb43dc84c44
--- 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<TMPXAttribute>& 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<TInt> iModifiedIndexes;