--- 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 <WidgetRegistryClient.h>
+#include <widgetregistryclient.h>
#include <aknglobalconfirmationquery.h>
#include <coecntrl.h>
#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
/**