Fix bug for storage update to provider.
authorKIM JungYong <jyong2.kim@samsung.com>
Mon, 29 Aug 2016 12:20:43 +0000 (21:20 +0900)
committerUze Choi <uzchoi@samsung.com>
Tue, 30 Aug 2016 05:22:20 +0000 (05:22 +0000)
commitc48b69e68a21f657cd8b77025f184e47c0895e81
tree8b381d2445a33a780ef8f89aa82cec276d83ddad
parent0a1ede431bbe6cdd4427eced47c8259057516b66
Fix bug for storage update to provider.

The provider will update two type of information,
one of information is connection information, and others is topic list.
It is problem that whole infomation was updated although just one of information updated.
In this patch, update logic is seperated updating infomation.

Change-Id: I0fe1062791ac43fadadbba04311b903c44678a1e
Signed-off-by: KIM JungYong <jyong2.kim@samsung.com>
Reviewed-on: https://gerrit.iotivity.org/gerrit/11047
Reviewed-by: Uze Choi <uzchoi@samsung.com>
Tested-by: jenkins-iotivity <jenkins-iotivity@opendaylight.org>
service/notification/src/consumer/NSConsumerInternalTaskController.c
service/notification/src/consumer/NSConsumerMemoryCache.c