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>
Mon, 10 Oct 2016 08:16:46 +0000 (08:16 +0000)
commite10d8a7fd6c65854c40d3b95b60ee3e8af469a72
tree8a49f86625b364a29d9e57795d50b6ef65103508
parent3132474f6246c0b15a63fcf4a7dc97d8bd622706
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>
(cherry picked from commit c7a5965ec9778c92fa3a36431155d0697424e76f)
Reviewed-on: https://gerrit.iotivity.org/gerrit/12983
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