web_pub/download_mgr_ui_api/inc/CDownloadMgrUiDownloadsList.h
branchRCL_3
changeset 93 79859ed3eea9
parent 42 d39add9822e2
child 94 919f36ff910f
--- a/web_pub/download_mgr_ui_api/inc/CDownloadMgrUiDownloadsList.h	Thu Aug 19 10:58:56 2010 +0300
+++ b/web_pub/download_mgr_ui_api/inc/CDownloadMgrUiDownloadsList.h	Tue Aug 31 16:17:46 2010 +0300
@@ -15,14 +15,18 @@
 *
 */
 
+
+
 #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>
@@ -149,12 +153,12 @@
         * @return TBool 
         */
         inline TBool GetDownloadHide() { return iDownloadListHide; }
-#ifdef BRDO_SINGLE_CLICK_ENABLED_FF
+
         /**
-        * Adding Aiw Commands to the given MenuPane
+        * Sets the value of downloadlist hide
+        * @return void 
         */
-        void AIWPlugInMenusL(TInt aResourceId,CEikMenuPane* aMenuPane);
-#endif        
+        virtual void SetDownloadListHide( TBool aHide );
 
     public: // Functions from CDownloadMgrUiBase
 
@@ -248,13 +252,6 @@
                                       
         void LaunchFileManagerApplication();
 
-    public:
-        /**
-        * Sets the value of downloadlist hide
-        * @return void 
-        */
-        void SetDownloadListHide( TBool aHide );
-
     private:  // Data
         
         CDownloadsListExtension*    iExtension; ///< Extension class. Owned.