equal
deleted
inserted
replaced
13 * |
13 * |
14 * Description: Implementation of CMPXVideoDownloadMgrInterface class. |
14 * Description: Implementation of CMPXVideoDownloadMgrInterface class. |
15 * |
15 * |
16 */ |
16 */ |
17 |
17 |
|
18 |
18 // Version : %version: 23 % |
19 // Version : %version: 23 % |
19 |
20 |
20 |
21 |
21 #include <MMFROPCustomCommandConstants.h> |
22 #include <MMFROPCustomCommandConstants.h> |
22 #include <mmf/common/mmfcontrollerframework.h> |
23 #include <mmf/common/mmfcontrollerframework.h> |
499 } |
500 } |
500 |
501 |
501 // |
502 // |
502 // Notify the player and the UI view that the download is complete |
503 // Notify the player and the UI view that the download is complete |
503 // |
504 // |
|
505 HandleCustomCommand( EMMFROPControllerSetDownloadSize, iDlTotalSize ); |
504 HandleCustomCommand( EMMFROPControllerSetDownloadComplete, ETrue ); |
506 HandleCustomCommand( EMMFROPControllerSetDownloadComplete, ETrue ); |
505 } |
507 } |
506 |
508 |
507 // ------------------------------------------------------------------------------------------------- |
509 // ------------------------------------------------------------------------------------------------- |
508 // CMPXVideoDlMgrIf::UpdateDownloadProgress |
510 // CMPXVideoDlMgrIf::UpdateDownloadProgress |