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:21:59 +0000 (05:21 +0000)
commit7d50e5cff60292e6a0d52b8cbbf568e97b2005cc
tree8419128efe9787e2e8e118c9d9c9c33eee15df11
parent0499b4d7ce8c70e38bd1f105a16e8ea464af6e47
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/11051
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