diff -r e1bea15f9a39 -r 79859ed3eea9 web_pub/download_mgr_ui_api/inc/CDownloadMgrUiDownloadsList.h --- 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 -#include -#include -#include +#include +#include +#include +#include #include #include @@ -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.