web_pub/download_mgr_ui_api/inc/CDownloadMgrUiDownloadsList.h
changeset 36 0ed94ceaa377
parent 17 c8a366e56285
child 37 cb62a4f66ebe
--- a/web_pub/download_mgr_ui_api/inc/CDownloadMgrUiDownloadsList.h	Tue Nov 24 09:02:20 2009 +0200
+++ b/web_pub/download_mgr_ui_api/inc/CDownloadMgrUiDownloadsList.h	Thu Dec 17 09:20:16 2009 +0200
@@ -21,10 +21,10 @@
 #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>
@@ -152,12 +152,6 @@
         */
         inline TBool GetDownloadHide() { return iDownloadListHide; }
 
-        /**
-        * Sets the value of downloadlist hide
-        * @return void 
-        */
-        virtual void SetDownloadListHide( TBool aHide );
-
     public: // Functions from CDownloadMgrUiBase
 
         IMPORT_C virtual void GetIntAttributeL( const TUint aAttribute, TInt32& aValue );
@@ -250,6 +244,13 @@
                                       
         void LaunchFileManagerApplication();
 
+    public:
+        /**
+        * Sets the value of downloadlist hide
+        * @return void 
+        */
+        void SetDownloadListHide( TBool aHide );
+
     private:  // Data
         
         CDownloadsListExtension*    iExtension; ///< Extension class. Owned.