Add internalUpdate for sync opreation 42/113242/1 accepted/tizen_3.0_ivi accepted/tizen/3.0/ivi/20170209.040219 submit/tizen_3.0/20170207.033810
authorSangjung Woo <sangjung.woo@samsung.com>
Tue, 7 Feb 2017 01:48:58 +0000 (10:48 +0900)
committerSangjung Woo <sangjung.woo@samsung.com>
Tue, 7 Feb 2017 01:48:58 +0000 (10:48 +0900)
commitb09ab66d5fc4c45235af6d5cca7c4d6f43a0b509
tree8978b9af0b0d8ad13108b957479fe8869221c9f3
parente05d602f6a48f9a67518951d65ea5d7c701e04f4
Add internalUpdate for sync opreation

When the value of AMB object is updated, its related callback functions
also are called. However, there is a case that the value of AMB object
should be updated _internally_ without calling the callback functions.
In order to support this function, internalUpdate is newly added and its
value is always false except be set in the code.

Change-Id: I241f4859546db7436902f19bbb251e072f4f5dbc
Signed-off-by: Sangjung Woo <sangjung.woo@samsung.com>
lib/abstractpropertytype.h
plugins/common/dbusplugin.cpp