Add APIs for topic notification
authorch79.cho <ch79.cho@samsung.com>
Mon, 8 Aug 2016 12:00:35 +0000 (21:00 +0900)
committerMadan Lanka <lanka.madan@samsung.com>
Tue, 9 Aug 2016 06:40:59 +0000 (06:40 +0000)
commit6119916eb717e9efd93c5970d51cb7d179a148c0
tree3ca252b4c11b2b46c40f027a938a0a08d2d476f0
parent387e9487007093237def52a7c537b72cc8b8659c
Add APIs for topic notification

Three APIs for topic notification on provider service
are added.
1) get topic list
2) set topic list
3) recommend topics

Change-Id: Ic4b606af164495c2fc02a4a7a79c8fe4ee0e69f2
Signed-off-by: ch79.cho <ch79.cho@samsung.com>
Reviewed-on: https://gerrit.iotivity.org/gerrit/10147
Tested-by: jenkins-iotivity <jenkins-iotivity@opendaylight.org>
Reviewed-by: Madan Lanka <lanka.madan@samsung.com>
service/notification/include/NSProviderInterface.h
service/notification/src/common/NSConstants.h
service/notification/src/common/NSUtil.c
service/notification/src/common/NSUtil.h
service/notification/src/provider/NSProviderInterface.c
service/notification/src/provider/NSProviderListener.c
service/notification/src/provider/NSProviderTopic.h [new file with mode: 0644]