Implement APIs for topic notification.
authorjaesick.shin <jaesick.shin@samsung.com>
Tue, 9 Aug 2016 12:03:21 +0000 (21:03 +0900)
committerMadan Lanka <lanka.madan@samsung.com>
Wed, 10 Aug 2016 12:29:05 +0000 (12:29 +0000)
commit72b8e8a7550a0808ac47b1bccb8c21131aba5f03
tree5f8cb55b691b1a538ce3c4a646718075d15ad2f0
parentaaa5cb74fb602808b3cf6365bfe3d7bf96d0c66a
Implement APIs for topic notification.

The changes are about implementation of APIs for topic notification.
TODO tasks will be complete with next commits.

four patch included comment out about related Topic in Consumer Side.
because of, It has already been modified about NSTopic, NSTopicList.

Conflicts:
        service/notification/include/NSCommon.h

Change-Id: I6cea362cce5fbc0bf7623853fa4c87c7de854321
Signed-off-by: jaesick.shin <jaesick.shin@samsung.com>
Reviewed-on: https://gerrit.iotivity.org/gerrit/10201
Tested-by: jenkins-iotivity <jenkins-iotivity@opendaylight.org>
Reviewed-by: Madan Lanka <lanka.madan@samsung.com>
13 files changed:
service/notification/include/NSCommon.h
service/notification/include/NSProviderInterface.h
service/notification/src/common/NSConstants.h
service/notification/src/common/NSStructs.h
service/notification/src/common/NSUtil.c
service/notification/src/consumer/NSConsumerCommunication.c
service/notification/src/consumer/NSConsumerDiscovery.c
service/notification/src/consumer/NSConsumerInterface.c
service/notification/src/provider/NSProviderInterface.c
service/notification/src/provider/NSProviderResource.c
service/notification/src/provider/NSProviderResource.h
service/notification/src/provider/NSProviderTopic.c
service/notification/src/provider/NSProviderTopic.h