1.1 --- a/epoc32/include/mw/downloadslistdlgobserver.h Wed Mar 31 12:27:01 2010 +0100
1.2 +++ b/epoc32/include/mw/downloadslistdlgobserver.h Wed Mar 31 12:33:34 2010 +0100
1.3 @@ -61,6 +61,16 @@
1.4 */
1.5 virtual TKeyResponse OfferKeyEventL( CDownloadsListDlg& aDialog, const TKeyEvent& aKeyEvent, TEventCode aType ) = 0;
1.6
1.7 + /**
1.8 + * setting the downloadlist hide to the observer.
1.9 + */
1.10 + virtual void SetDownloadListHide( TBool aHide ) = 0;
1.11 +#ifdef BRDO_SINGLE_CLICK_ENABLED_FF
1.12 + /**
1.13 + * Adding Aiw Commands for the given MenuPane to the observer.
1.14 + */
1.15 + virtual void AIWPlugInMenusL(TInt aResourceId,CEikMenuPane* aMenuPane) = 0;
1.16 +#endif
1.17 };
1.18
1.19 #endif /* DOWNLOADSLISTDLGOBSERVER_H */