diff -r e1b950c65cb4 -r 837f303aceeb epoc32/include/mw/cdownloadmgruiuserinteractions.h --- a/epoc32/include/mw/cdownloadmgruiuserinteractions.h Wed Mar 31 12:27:01 2010 +0100 +++ b/epoc32/include/mw/cdownloadmgruiuserinteractions.h Wed Mar 31 12:33:34 2010 +0100 @@ -21,8 +21,8 @@ #define CDOWNLOADMGRUIUSERINTERACTIONS_H // INCLUDES -#include -#include +#include +#include #include // CONSTANTS @@ -189,6 +189,11 @@ * Schedule a postponed download for running. */ void SchedulePostponedDownloadL(); + + /** + * To Set the flag when progressive play is Launched + */ + inline void SetProgressiveDownloadLaunched( TBool aProgressiveDownloadLaunched ) {iProgressiveDownloadLaunched = aProgressiveDownloadLaunched; } public: // Functions from CDownloadMgrUiBase @@ -301,6 +306,8 @@ CAsyncEventHandlerArray* iEventHandlerArray; ///< Owned. TBool iDlgActive; + + TBool iProgressiveDownloadLaunched; private: // Friend classes