diff -r 5b238bc8ffb6 -r 01504893d9cb photosgallery/gallery/inc/glxappui.h --- a/photosgallery/gallery/inc/glxappui.h Wed Sep 15 12:13:06 2010 +0300 +++ b/photosgallery/gallery/inc/glxappui.h Wed Oct 13 14:32:09 2010 +0300 @@ -153,33 +153,25 @@ void ReserveMemoryL(TEntryType aType); //OOM - /** - * Invoked by the OOM framework FreeRam event - * to free the memory for other applications. - */ + /* + *Invoked by the OOM framwork when photos app needs to free memory for other applications. + */ void StartCleanupL(); //OOM - /** - * Invoked by the OOM framework MemoryGood event - * to stop the memory clean-up operation. - */ + /* + *Invoked by the OOM framwork when photos app needs to free memory for other applications. + */ void StopCleanupL(); - - /** + + /** * Check for updates via IAD. */ void DoCheckForIADUpdatesL(); - /** * close photos app. */ - void ClosePhotosL(); - - /** - * Open navigational state at root level - */ - void NavigateToMainListL(); + void ClosePhotosL(); private: MMPXViewUtility* iViewUtility; @@ -210,17 +202,23 @@ * IAD updater class */ CGlxIadUpdate* iIadUpdate; + + /** + *This flag to chk whether red key has been pressed + */ + TBool iEndKeyPressed; /** - * Timer to check for IAD updates 30 seconds after application startup. + *Timer to check for IAD updates 30 seconds after application startup. */ - CPeriodic* iPeriodic; + CPeriodic* iPeriodic ; + + /** + * Flag to filter any spurious EPathChanged event from MPX Collection f/w. + */ + TBool iStateChangeRequested; +} ; - /** - * Flag to filter any spurious EPathChanged event from MPX Collection f/w. - */ - TBool iStateChangeRequested; - }; #endif // C_GLXWERAPPUI_H