Add update_mode.
authorSung-jae Park <nicesj.park@samsung.com>
Mon, 1 Apr 2013 14:13:52 +0000 (14:13 +0000)
committerSung-jae Park <nicesj.park@samsung.com>
Mon, 1 Apr 2013 14:13:52 +0000 (14:13 +0000)
commite7e045b6f0391c3a07f86d466c4a08c655084cfa
treec4dbb588dfe7f648f15cb8231c2f333dee3f4942
parent5dbe021e275b0f7835071af0c4f1f31e9b05b16e
Add update_mode.

Active & Passive update mode.

These two words are used for viewer.
If a viewer wants to update the content of boxes without any updated events, it can use the active mode.
or it can update by the updated event.

passive mode is default.
So every viewer will get updated event then they should to update the content of boxes.

Change-Id: I2463907ca3ecf903cdf34d8404b166c701716f94
include/instance.h
src/instance.c
src/server.c