web_pub/download_mgr_ui_api/inc/CDownloadMgrUiDownloadsList.h
branchRCL_3
changeset 94 919f36ff910f
parent 93 79859ed3eea9
--- a/web_pub/download_mgr_ui_api/inc/CDownloadMgrUiDownloadsList.h	Tue Aug 31 16:17:46 2010 +0300
+++ b/web_pub/download_mgr_ui_api/inc/CDownloadMgrUiDownloadsList.h	Wed Sep 01 12:28:30 2010 +0100
@@ -15,18 +15,14 @@
 *
 */
 
-
-
 #ifndef CDOWNLOADMGRUIDOWNLOADSLIST_H
 #define CDOWNLOADMGRUIDOWNLOADSLIST_H
 
-#warning This Download Manager UI API will be removed wk25. Please see http://wikis.in.nokia.com/Browser/APIMigration for more information
-
 //  INCLUDES
-#include <CDownloadMgrUiBase.h>
-#include <DownloadMgrClient.h>
-#include <HttpDownloadMgrCommon.h>
-#include <DownloadsListDlgObserver.h>
+#include <cdownloadmgruibase.h>
+#include <downloadmgrclient.h>
+#include <httpdownloadmgrcommon.h>
+#include <downloadslistdlgobserver.h>
 
 #include <AiwServiceHandler.h>
 #include <AiwCommon.hrh>
@@ -153,12 +149,12 @@
         * @return TBool 
         */
         inline TBool GetDownloadHide() { return iDownloadListHide; }
-
+#ifdef BRDO_SINGLE_CLICK_ENABLED_FF
         /**
-        * Sets the value of downloadlist hide
-        * @return void 
+        * Adding Aiw Commands to the given MenuPane
         */
-        virtual void SetDownloadListHide( TBool aHide );
+        void AIWPlugInMenusL(TInt aResourceId,CEikMenuPane* aMenuPane);
+#endif        
 
     public: // Functions from CDownloadMgrUiBase
 
@@ -252,6 +248,13 @@
                                       
         void LaunchFileManagerApplication();
 
+    public:
+        /**
+        * Sets the value of downloadlist hide
+        * @return void 
+        */
+        void SetDownloadListHide( TBool aHide );
+
     private:  // Data
         
         CDownloadsListExtension*    iExtension; ///< Extension class. Owned.