Add logic for sending responses according to the interface of requests.
authorjaesick.shin <jaesick.shin@samsung.com>
Wed, 5 Oct 2016 08:39:16 +0000 (17:39 +0900)
committerUze Choi <uzchoi@samsung.com>
Fri, 7 Oct 2016 04:15:26 +0000 (04:15 +0000)
commitc7a5965ec9778c92fa3a36431155d0697424e76f
treedcc98712e72c1e2e1c6e9351a2e7e94dcece4bba
parentd4ba3134a1178396c0bcc049645081c4a7dc814e
Add logic for sending responses according to the interface of requests.

This patch include,
Generate response for each of interface
and Add handling about exception cases.

Second patch include,
1. change NS_DEFAULT_INTERFACE to NS_INTERFACE_BASELINE
2. Add first patch logic into Topic case.

Change-Id: I7aa5868fc9a4b4537964c8bdf92b1f15d058d892
Signed-off-by: jaesick.shin <jaesick.shin@samsung.com>
Reviewed-on: https://gerrit.iotivity.org/gerrit/12787
Tested-by: jenkins-iotivity <jenkins-iotivity@opendaylight.org>
Reviewed-by: Uze Choi <uzchoi@samsung.com>
service/notification/src/common/NSConstants.h
service/notification/src/provider/NSProviderListener.c
service/notification/src/provider/NSProviderResource.c
service/notification/src/provider/NSProviderSubscription.c
service/notification/src/provider/NSProviderTopic.c