Modified Error handle of consumer.
authorKIM JungYong <jyong2.kim@samsung.com>
Wed, 8 Jun 2016 04:39:52 +0000 (13:39 +0900)
committerUze Choi <uzchoi@samsung.com>
Wed, 8 Jun 2016 11:10:57 +0000 (11:10 +0000)
commit0cfcb250ebd6fcae6cd5144ff8544960353b34b1
tree1d1799f74cd431c3da5b8f260746d6c92ab40bcc
parent31bf9163718971ad20b0b3b59ac3e1ec9f68db46
Modified Error handle of consumer.

error handling of consumer was modified to macro functions.
TASK_CONSUMER_RECV_NOTIFICATION is renamed to MESSAGE.

POST callback for sendSyncInfo request is added.
it is bug for fail of sending POST msg since listener module is removed.

Change-Id: Ibad81bc7ee8e51a63feb640f55711a98fa022eda
Signed-off-by: KIM JungYong <jyong2.kim@samsung.com>
Reviewed-on: https://gerrit.iotivity.org/gerrit/8553
Tested-by: jenkins-iotivity <jenkins-iotivity@opendaylight.org>
Reviewed-by: Uze Choi <uzchoi@samsung.com>
Tested-by: Uze Choi <uzchoi@samsung.com>
12 files changed:
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/NSConsumerNetworkEventListener.h
service/notification/src/consumer/NSConsumerQueue.c
service/notification/src/consumer/NSConsumerQueueScheduler.c
service/notification/src/consumer/NSThread.c