Renamed variables and functions of Notification consumer.
authorKIM JungYong <jyong2.kim@samsung.com>
Mon, 30 May 2016 06:14:38 +0000 (15:14 +0900)
committerUze Choi <uzchoi@samsung.com>
Tue, 31 May 2016 02:22:30 +0000 (02:22 +0000)
commit698882e85d73c79a1d395e4c9f91c5075e67b71f
treeee08412447dafd709ab7938aa8bb39542deecce6
parent18e5251b6b1c51edf8702cce5671229befd002f9
Renamed variables and functions of Notification consumer.

a couple of variables and function is renamed.
in particular, processing function of queue task in each submodules renamed
to TaskProcessing and thread structure is renamed to NSThread from NSThreadHandle.
and thread join function is added.

Change-Id: Id1508e3f6422318f316ee388cf195217d0823ebd
Signed-off-by: KIM JungYong <jyong2.kim@samsung.com>
Reviewed-on: https://gerrit.iotivity.org/gerrit/8379
Tested-by: jenkins-iotivity <jenkins-iotivity@opendaylight.org>
Reviewed-by: Uze Choi <uzchoi@samsung.com>
14 files changed:
service/notification/src/consumer/NSConsumerCommon.c
service/notification/src/consumer/NSConsumerCommon.h
service/notification/src/consumer/NSConsumerDiscovery.c
service/notification/src/consumer/NSConsumerDiscovery.h
service/notification/src/consumer/NSConsumerListener.c
service/notification/src/consumer/NSConsumerMessageHandler.c
service/notification/src/consumer/NSConsumerNotification.c
service/notification/src/consumer/NSConsumerNotification.h
service/notification/src/consumer/NSConsumerQueue.c
service/notification/src/consumer/NSConsumerQueue.h
service/notification/src/consumer/NSConsumerSubsription.c
service/notification/src/consumer/NSConsumerSubsription.h
service/notification/src/consumer/NSThread.c
service/notification/src/consumer/NSThread.h