videoplayback/videoplaybackview/tsrc/testfiledetailswidget/stub/src/videoplaybackcontrolscontroller.cpp
equal
deleted
inserted
replaced
13 * |
13 * |
14 * Description: Implementation of VideoPlaybackControlsController |
14 * Description: Implementation of VideoPlaybackControlsController |
15 * |
15 * |
16 */ |
16 */ |
17 |
17 |
18 // Version : %version: 3 % |
18 // Version : %version: 4 % |
19 |
19 |
20 |
20 |
21 |
21 |
22 // INCLUDE FILES |
22 // INCLUDE FILES |
23 |
23 |
84 MPX_DEBUG(_L("VideoPlaybackControlsController::resetDisappearingTimers()")); |
84 MPX_DEBUG(_L("VideoPlaybackControlsController::resetDisappearingTimers()")); |
85 |
85 |
86 mTimerAction = timerAction; |
86 mTimerAction = timerAction; |
87 } |
87 } |
88 |
88 |
|
89 |
|
90 // ------------------------------------------------------------------------------------------------- |
|
91 // VideoPlaybackControlsController::isService() |
|
92 // ------------------------------------------------------------------------------------------------- |
|
93 // |
|
94 bool VideoPlaybackControlsController::isService() |
|
95 { |
|
96 MPX_DEBUG(_L("VideoPlaybackControlsController::isService()")); |
|
97 |
|
98 return false; |
|
99 } |
89 // End of File |
100 // End of File |