web_pub/download_mgr_ui_api/inc/CDownloadMgrUiUserInteractions.h
changeset 10 a359256acfc6
parent 0 dd21522fd290
child 25 0ed94ceaa377
--- a/web_pub/download_mgr_ui_api/inc/CDownloadMgrUiUserInteractions.h	Fri Jul 03 15:54:40 2009 +0100
+++ b/web_pub/download_mgr_ui_api/inc/CDownloadMgrUiUserInteractions.h	Thu Aug 27 07:44:59 2009 +0300
@@ -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