Manage the updated status.
authorSung-jae Park <nicesj.park@samsung.com>
Tue, 30 Apr 2013 12:34:27 +0000 (21:34 +0900)
committerSung-jae Park <nicesj.park@samsung.com>
Tue, 30 Apr 2013 12:34:27 +0000 (21:34 +0900)
commite70912e9950b485ddb3b86d1b77f01bd6519a1bf
tree577d4ca6a4836d643ba3a52ff19dddf21932525e
parentc6505ba17a434975f9c13f021cbf2e0d74545e1b
Manage the updated status.

For the script type,
If the livebox is not shown, try to merge the desc data.
And then send updated event to the provider when the provider prepare the buffer of a livebox.
Then we can prevent from lost of desc data.

For the PD.
If the PD is not opened, do not send updated event to the provider.
Just ignore it.

Change-Id: If346e84938fb5d59536f34ca7e3f308c6536ebca
21 files changed:
LICENSE
include/client.h
include/conf.h
include/critical_log.h
include/debug.h
include/fault.h
include/lb.h
include/main.h
include/so_handler.h
include/update_monitor.h
include/util.h
packaging/org.tizen.data-provider-slave.spec
src/client.c
src/conf.c
src/critical_log.c
src/fault.c
src/lb.c
src/main.c
src/so_handler.c
src/update_monitor.c
src/util.c