diff -r 9a9a761f03f1 -r 0ed94ceaa377 widgets/widgetapp/inc/WidgetUiWindowManager.h --- a/widgets/widgetapp/inc/WidgetUiWindowManager.h Tue Nov 24 09:02:20 2009 +0200 +++ b/widgets/widgetapp/inc/WidgetUiWindowManager.h Thu Dec 17 09:20:16 2009 +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 @@ -400,7 +400,18 @@ * @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 /**