uifw/AknGlobalUI/AknCapServer/inc/AknFastswapWindowControl.h
branchRCL_3
changeset 56 d48ab3b357f1
parent 55 aecbbf00d063
--- a/uifw/AknGlobalUI/AknCapServer/inc/AknFastswapWindowControl.h	Tue Aug 31 15:28:30 2010 +0300
+++ b/uifw/AknGlobalUI/AknCapServer/inc/AknFastswapWindowControl.h	Wed Sep 01 12:16:19 2010 +0100
@@ -26,6 +26,8 @@
 #include <bldvariant.hrh>
 #include <apgcli.h>
 #include <coecobs.h> // MCoeControlObserver
+
+#include <widgetregistryclient.h>
 #include <eikmobs.h>
 
 // CONSTANTS
@@ -41,6 +43,8 @@
 class CAknInfoPopupNoteController;
 class CEikLabel;
 class CAknAlwaysShownAppList;
+
+class CAknWidgetList;
 class CAknChoiceList;
 class CAknStylusPopUpMenu;
 class CAknLongTapAnimation;
@@ -500,6 +504,13 @@
     TBool iAppArcSessionInitiated;
     RApaLsSession iAppArcSession;
 
+    /** Contains data of running widgets */
+    CAknWidgetList* iWidgetList;
+    friend class CAknWidgetList;
+    /** Window group id of Widget application */
+    TInt iWidgetAppUiWgId;
+    TBool iWidgetsSupported;
+
     // Tooltip that shows application names.
     CAknInfoPopupNoteController* iTooltip;
     CEikLabel* iLabel;