diff -r 9674c1a575e9 -r b8fae6b8a148 taskswitcher/taskswitcherui/taskswitcherapp/inc/tsappui.h --- a/taskswitcher/taskswitcherui/taskswitcherapp/inc/tsappui.h Mon Mar 15 12:39:47 2010 +0200 +++ b/taskswitcher/taskswitcherui/taskswitcherapp/inc/tsappui.h Wed Mar 31 21:17:19 2010 +0300 @@ -96,6 +96,11 @@ void RequestPopUpL(); void DisablePopUpL(); + /** + * Function for layout change check + */ + TBool LayoutChangeAllowed(); + public: /** * From MTsCenrepChangeObserver @@ -182,6 +187,10 @@ // Monitors popup mode TBool iIsPopUpShown; + // For starting in background + TBool iUiStarted; + TBool iDisableAppKeyHandling; + }; #endif // TSAPPUI_H