Updated Topic resource changes for C++ wrapper
authorabitha.s <abitha.s@samsung.com>
Fri, 12 Aug 2016 08:47:21 +0000 (14:17 +0530)
committerUze Choi <uzchoi@samsung.com>
Thu, 25 Aug 2016 03:32:44 +0000 (03:32 +0000)
commit8acdc24115836ae2beea49c8519d4ae567e6f99e
tree811592a2eed26e743280adf217ea167024e09380
parenta8a9e566af608dc737ec3a0e2474684926463aac
Updated Topic resource changes for C++ wrapper

1. Modified the Topic resource and Topic LL changes in Provider and Consumer
2. Updated the APIs for Topic resource in C++ wrapper
3. Updated the sample application for calling Topic APIs

patch 1 : initial commit
patch 2 : updated commit message
patch 3 : updated review comments
patch 4 : updated commit message
patch 5 : removed NSAccessPolicy struct

Change-Id: I737bef2eebb129c5f13034d990398d75dd13b3b7
Signed-off-by: abitha.s <abitha.s@samsung.com>
Reviewed-on: https://gerrit.iotivity.org/gerrit/10623
Tested-by: jenkins-iotivity <jenkins-iotivity@opendaylight.org>
Reviewed-by: Chihyun Cho <ch79.cho@samsung.com>
Reviewed-by: Uze Choi <uzchoi@samsung.com>
18 files changed:
service/notification/SConscript
service/notification/cpp-wrapper/common/NSMessage.cpp
service/notification/cpp-wrapper/common/NSMessage.h
service/notification/cpp-wrapper/common/NSTopic.cpp [new file with mode: 0755]
service/notification/cpp-wrapper/common/NSTopic.h [new file with mode: 0755]
service/notification/cpp-wrapper/common/NSTopicsList.cpp [new file with mode: 0755]
service/notification/cpp-wrapper/common/NSTopicsList.h [new file with mode: 0755]
service/notification/cpp-wrapper/common/NSUtils.h
service/notification/cpp-wrapper/consumer/inc/NSConsumerService.h
service/notification/cpp-wrapper/consumer/inc/NSProvider.h
service/notification/cpp-wrapper/consumer/src/NSConsumerService.cpp
service/notification/cpp-wrapper/consumer/src/NSProvider.cpp
service/notification/cpp-wrapper/examples/linux/notificationserviceconsumer.cpp
service/notification/cpp-wrapper/examples/linux/notificationserviceprovider.cpp
service/notification/cpp-wrapper/provider/inc/NSConsumer.h
service/notification/cpp-wrapper/provider/inc/NSProviderService.h
service/notification/cpp-wrapper/provider/src/NSConsumer.cpp
service/notification/cpp-wrapper/provider/src/NSProviderService.cpp