diff -r ce1c7ad1f18b -r bcb43dc84c44 photosgallery/viewframework/views/gridview/inc/glxgridviewmlobserver.h --- a/photosgallery/viewframework/views/gridview/inc/glxgridviewmlobserver.h Mon Mar 15 12:40:30 2010 +0200 +++ b/photosgallery/viewframework/views/gridview/inc/glxgridviewmlobserver.h Wed Mar 31 21:31:03 2010 +0300 @@ -103,10 +103,10 @@ void UpdateItemsL (TInt aItemIndex,const RArray& aAttributes); /** - * DisplayErrorNote - Show an error note based on input parameter + * DisplayErrorNoteL - 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); + void DisplayErrorNoteL(TInt aError); private: @@ -123,15 +123,13 @@ //No of visible items in a page/view TInt iItemsPerPage; - // Has the error in disk (e.g disk error) been shown to the user? + // Variable to check if the error in disk (e.g disk error) has 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; -// CHgContextUtility* iContextUtility; - //Grid Thumbnail Attribs TMPXAttribute iQualityTnAttrib; TMPXAttribute iSpeedTnAttrib;