diff -r e1b950c65cb4 -r 837f303aceeb epoc32/include/mw/cdownloadmgruidownloadslist.h --- a/epoc32/include/mw/cdownloadmgruidownloadslist.h Wed Mar 31 12:27:01 2010 +0100 +++ b/epoc32/include/mw/cdownloadmgruidownloadslist.h Wed Mar 31 12:33:34 2010 +0100 @@ -15,16 +15,14 @@ * */ - - #ifndef CDOWNLOADMGRUIDOWNLOADSLIST_H #define CDOWNLOADMGRUIDOWNLOADSLIST_H // INCLUDES -#include -#include -#include -#include +#include +#include +#include +#include #include #include @@ -146,6 +144,17 @@ */ inline TBool IsProgressiveDownloadEnabled() {return iProgressiveDownload; } + /** + * Gets the value of downloadlist hide + * @return TBool + */ + inline TBool GetDownloadHide() { return iDownloadListHide; } +#ifdef BRDO_SINGLE_CLICK_ENABLED_FF + /** + * Adding Aiw Commands to the given MenuPane + */ + void AIWPlugInMenusL(TInt aResourceId,CEikMenuPane* aMenuPane); +#endif public: // Functions from CDownloadMgrUiBase @@ -239,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. @@ -256,6 +272,7 @@ TBool iIsCancelInProgress; TBool iPlatformSupportsGallery; + TBool iDownloadListHide; private: // Friend classes friend class CDownloadsListExtension;