Updated for consumer APIs.
authorKIM JungYong <jyong2.kim@samsung.com>
Fri, 17 Jun 2016 07:32:11 +0000 (16:32 +0900)
committerUze Choi <uzchoi@samsung.com>
Mon, 20 Jun 2016 07:31:57 +0000 (07:31 +0000)
commit2e08880010b5f6d2ef0a25c0e2690c0fcfdb1bad
treeb256a20079026c318484a5753ca8fdb7546c9542
parentd425a2e8c8d7de6add6597d10fdd635247ff8728
Updated for consumer APIs.

Parameters of NSConsumerStart func is modified to sturcture.
NSConsumerSendSyncInfo is added instead Read/DeleteCheck.
NSConsumerReadCheck and DeleteCheck is removed.
NSDropNSObject is removed.
typo error is fixed to NS_VERIFT~.

Change-Id: I4d00d4d1abdb3a4996e0ba5db82ac9bff1de18e9
Signed-off-by: KIM JungYong <jyong2.kim@samsung.com>
Reviewed-on: https://gerrit.iotivity.org/gerrit/8749
Tested-by: jenkins-iotivity <jenkins-iotivity@opendaylight.org>
Reviewed-by: Uze Choi <uzchoi@samsung.com>
13 files changed:
service/notification/examples/linux/notificationconsumer.c
service/notification/include/NSConsumerInterface.h
service/notification/src/common/NSConstants.h
service/notification/src/consumer/NSConsumerCommon.c
service/notification/src/consumer/NSConsumerCommon.h
service/notification/src/consumer/NSConsumerCommunication.c
service/notification/src/consumer/NSConsumerDiscovery.c
service/notification/src/consumer/NSConsumerInterface.c
service/notification/src/consumer/NSConsumerInternalTaskController.c
service/notification/src/consumer/NSConsumerNetworkEventListener.c
service/notification/src/consumer/NSConsumerQueue.c
service/notification/src/consumer/NSConsumerQueueScheduler.c
service/notification/src/consumer/NSThread.c