diff -r aecbbf00d063 -r d48ab3b357f1 uifw/AknGlobalUI/AknCapServer/inc/AknFastswapWindowControl.h --- 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 #include #include // MCoeControlObserver + +#include #include // 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;