diff -r d39add9822e2 -r 5bfc169077b2 widgets/widgetapp/inc/WidgetUiWindowManager.h --- a/widgets/widgetapp/inc/WidgetUiWindowManager.h Tue Feb 02 00:56:45 2010 +0200 +++ b/widgets/widgetapp/inc/WidgetUiWindowManager.h Fri Mar 19 09:52:28 2010 +0200 @@ -21,11 +21,11 @@ // INCLUDES FILES -#include +#include #include #include #include "WidgetUiObserver.h" -#include "browser_platform_variant.hrh" +#include "Browser_platform_variant.hrh" // CONSTANTS enum TNetworkMode @@ -236,15 +236,7 @@ void HandleOOMEventL( TBool aForeground ); // Utility stuff. - /** - * ExitNow - * Exits the AppUi - * @since 5.0 - * @param none - * @return none - */ - void ExitNow(); - + /** * WindowList * Gets the list of running windows @@ -408,18 +400,7 @@ * @return TBool */ TBool AnyWidgetPublishing(); - - /** - * Returns a reference to the Appui of WidgetUi - * @return reference to CWidgetUiAppUi - */ - CWidgetUiAppUi& AppUi(){ return iAppUi; } - - /** - * Returns the count of the windows in the widget - * @return count of the windows - */ - TInt WindowListCount(){ return iWindowList.Count(); } + #ifdef OOM_WIDGET_CLOSEALL /**