diff -r 9a9a761f03f1 -r 0ed94ceaa377 web_pub/download_mgr_ui_api/inc/CDownloadMgrUiDownloadsList.h --- 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 -#include -#include -#include +#include +#include +#include +#include #include #include @@ -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.