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