epoc32/include/mw/downloadslistdlgobserver.h
branchSymbian3
changeset 4 837f303aceeb
parent 2 2fe1408b6811
--- a/epoc32/include/mw/downloadslistdlgobserver.h	Wed Mar 31 12:27:01 2010 +0100
+++ b/epoc32/include/mw/downloadslistdlgobserver.h	Wed Mar 31 12:33:34 2010 +0100
@@ -61,6 +61,16 @@
         */
         virtual TKeyResponse OfferKeyEventL( CDownloadsListDlg& aDialog, const TKeyEvent& aKeyEvent, TEventCode aType ) = 0;
 
+        /**
+        * setting the downloadlist hide to the observer.
+        */
+        virtual void SetDownloadListHide( TBool aHide ) = 0;
+#ifdef BRDO_SINGLE_CLICK_ENABLED_FF
+        /**
+        * Adding Aiw Commands for the given MenuPane to the observer.
+        */
+        virtual void AIWPlugInMenusL(TInt aResourceId,CEikMenuPane* aMenuPane) = 0;
+#endif        
     };
 
 #endif /* DOWNLOADSLISTDLGOBSERVER_H */