widgets/widgetapp/inc/WidgetUiWindowManager.h
changeset 65 5bfc169077b2
parent 37 cb62a4f66ebe
child 68 92a765b5b3e7
--- 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 <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
@@ -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
         /**