Change pause/resume regarding update timer
authorYunchan Cho <yunchan.cho@samsung.com>
Wed, 1 May 2013 04:17:58 +0000 (13:17 +0900)
committerYunchan Cho <yunchan.cho@samsung.com>
Thu, 2 May 2013 08:40:29 +0000 (17:40 +0900)
commitaaeb5fc0433af7b7d96f931d58ce8ee3233d80fc
tree4457bfd6eb1051fb383841fdd8d37d01a61e5c58
parent9cf780e2cda43dad11cf5dd3d9d3ef5486cb6356
Change pause/resume regarding update timer

[Issue#] N/A
[Problem] When a livebox is paused, its timer regarding updating is deleted, not freezed
[Cause] In this case, web-provider has deleted the timer.
[Solution] web-provider pauses(resumes) the timer when it receives pause(resume) event of a livebox

Change-Id: Id419fc9f8b165223e7948ee222342601d8ac7f7c
src/Core/Box.cpp
src/Core/BoxUpdateTimer.cpp
src/Core/BoxUpdateTimer.h
src/Core/Util/ITimer.h