web_pub/download_mgr_ui_api/inc/CDownloadMgrUiDownloadsList.h
changeset 65 5bfc169077b2
parent 42 d39add9822e2
child 74 91031d3aab7d
--- a/web_pub/download_mgr_ui_api/inc/CDownloadMgrUiDownloadsList.h	Tue Feb 02 00:56:45 2010 +0200
+++ b/web_pub/download_mgr_ui_api/inc/CDownloadMgrUiDownloadsList.h	Fri Mar 19 09:52:28 2010 +0200
@@ -15,14 +15,16 @@
 *
 */
 
+
+
 #ifndef CDOWNLOADMGRUIDOWNLOADSLIST_H
 #define CDOWNLOADMGRUIDOWNLOADSLIST_H
 
 //  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 +151,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 +250,6 @@
                                       
         void LaunchFileManagerApplication();
 
-    public:
-        /**
-        * Sets the value of downloadlist hide
-        * @return void 
-        */
-        void SetDownloadListHide( TBool aHide );
-
     private:  // Data
         
         CDownloadsListExtension*    iExtension; ///< Extension class. Owned.