Change update machanism more efficiently
authorYunchan Cho <yunchan.cho@samsung.com>
Sun, 19 May 2013 23:00:06 +0000 (08:00 +0900)
committerYunchan Cho <yunchan.cho@samsung.com>
Sun, 19 May 2013 23:27:52 +0000 (08:27 +0900)
commit66e4422841b313a87b02545b6cffee935579d819
tree340040a2f14466a3d5713b1a3ab7696dcd477a2f
parent8d26d4cfb47568bbce29b32fc63bdcf9aa86ba8e
Change update machanism more efficiently

[Issue#] N/A
[Problem] This can cause the box' update be starvated.
[Cause] When a box is on background, that box's update timer is just freezed.
[Solution] Even if a box is on background, its timer continues to work.
           And if the timer expires, update is delayed until the box gose to foreground.

Change-Id: Id06683b6133d42678999a223895739443fad353e
src/Core/Box.cpp
src/Core/Box.h