diff -r 5b3385a43d68 -r 34937ec34dac photosgallery/gallery/inc/glxappui.h --- a/photosgallery/gallery/inc/glxappui.h Wed Sep 01 12:33:26 2010 +0100 +++ b/photosgallery/gallery/inc/glxappui.h Tue Sep 14 21:19:17 2010 +0300 @@ -153,25 +153,33 @@ void ReserveMemoryL(TEntryType aType); //OOM - /* - *Invoked by the OOM framwork when photos app needs to free memory for other applications. - */ + /** + * Invoked by the OOM framework FreeRam event + * to free the memory for other applications. + */ void StartCleanupL(); //OOM - /* - *Invoked by the OOM framwork when photos app needs to free memory for other applications. - */ + /** + * Invoked by the OOM framework MemoryGood event + * to stop the memory clean-up operation. + */ void StopCleanupL(); - - /** + + /** * Check for updates via IAD. */ void DoCheckForIADUpdatesL(); + /** * close photos app. */ - void ClosePhotosL(); + void ClosePhotosL(); + + /** + * Open navigational state at root level + */ + void NavigateToMainListL(); private: MMPXViewUtility* iViewUtility; @@ -202,23 +210,17 @@ * 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 ; - - /** - * Flag to filter any spurious EPathChanged event from MPX Collection f/w. - */ - TBool iStateChangeRequested; -} ; + CPeriodic* iPeriodic; + /** + * Flag to filter any spurious EPathChanged event from MPX Collection f/w. + */ + TBool iStateChangeRequested; + }; #endif // C_GLXWERAPPUI_H