web_pub/download_mgr_ui_api/inc/DownloadsListDlgObserver.h
changeset 28 d39add9822e2
parent 11 c8a366e56285
child 38 4917f9bf7995
--- a/web_pub/download_mgr_ui_api/inc/DownloadsListDlgObserver.h	Mon Jan 18 21:20:18 2010 +0200
+++ b/web_pub/download_mgr_ui_api/inc/DownloadsListDlgObserver.h	Tue Feb 02 00:56:45 2010 +0200
@@ -65,6 +65,12 @@
         * 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 */