diff -r 79859ed3eea9 -r 919f36ff910f browserutilities/downloadmgr/DownloadMgrUiLib/Inc/CDownloadsListDlg.h --- a/browserutilities/downloadmgr/DownloadMgrUiLib/Inc/CDownloadsListDlg.h Tue Aug 31 16:17:46 2010 +0300 +++ b/browserutilities/downloadmgr/DownloadMgrUiLib/Inc/CDownloadsListDlg.h Wed Sep 01 12:28:30 2010 +0100 @@ -24,7 +24,7 @@ #include #include #include - +#include // DATA TYPES enum TDownloadsListDlgEvent { @@ -41,6 +41,9 @@ class MDownloadsListDlgObserver; class RHttpDownload; class CDownloadUtils; +#ifdef BRDO_SINGLE_CLICK_ENABLED_FF +class CDlStylusPopupMenu; +#endif // CONSTANTS /// Refresh timer setting. If this is zero, no timer is used! (Micro is 10^(-6)) @@ -132,7 +135,10 @@ void ProcessCommandL( TInt aCommandId ); void SetEmphasis( CCoeControl* aMenuControl, TBool aEmphasis ); void DynInitMenuPaneL( TInt aResourceId, CEikMenuPane* aMenuPane ); - +#ifdef BRDO_SINGLE_CLICK_ENABLED_FF + CDownloadsListArray* DownloadsListArray(){ return iDownloadsListArray;} + void AddAiwItemsL(); +#endif public: // from MEikListBoxObserver void HandleListBoxEventL(CEikListBox* aListBox, TListBoxEvent aEventType); @@ -201,6 +207,10 @@ CDownloadUtils* iDownloadUtils; ///< Owned. TBool iIsMSKChangeHandled; TBool iProgressiveDownload; +#ifdef BRDO_SINGLE_CLICK_ENABLED_FF + CDlStylusPopupMenu *iStylusMenu; + TPointerEvent iPointerEvent; +#endif }; #endif /* CDOWNLOADSLISTDLG_H */