--- 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 <CDownloadMgrUiBase.h>
-#include <DownloadMgrClient.h>
+#include <cdownloadmgruibase.h>
+#include <downloadmgrclient.h>
#include <vwsdef.h>
// 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