added struct, enum and modified struct, enum
authorjaesick.shin <jaesick.shin@samsung.com>
Fri, 10 Jun 2016 07:36:34 +0000 (16:36 +0900)
committerUze Choi <uzchoi@samsung.com>
Mon, 13 Jun 2016 05:14:58 +0000 (05:14 +0000)
commita239c7c9415ded9acee6029b7b3dcc02f3a3dc8b
tree23860a1a4281f75190b4eaeb0ec012e6e9ca50b1
parent0cfcb250ebd6fcae6cd5144ff8544960353b34b1
added struct, enum and modified struct, enum

resource of noti. service support to mandatory field and optional field.
so, added optional field of struct and enum.
and then modified rename the field.

Change-Id: I45dc1d5763496e1c74225fae9ad71c95be2c2f9b
Signed-off-by: jaesick.shin <jaesick.shin@samsung.com>
Reviewed-on: https://gerrit.iotivity.org/gerrit/8593
Tested-by: jenkins-iotivity <jenkins-iotivity@opendaylight.org>
Reviewed-by: Uze Choi <uzchoi@samsung.com>
Tested-by: Uze Choi <uzchoi@samsung.com>
21 files changed:
service/notification/SConscript
service/notification/android/notification-service/src/main/jni/notificationProvider.c
service/notification/android/notification-service/src/main/jni/notificationProvider.h
service/notification/examples/linux/notificationconsumer.c
service/notification/examples/linux/notificationprovider.c
service/notification/include/NSCommon.h
service/notification/include/NSConsumerInterface.h
service/notification/include/NSProviderInterface.h
service/notification/src/common/NSUtil.c
service/notification/src/common/NSUtil.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/provider/NSProviderInterface.c
service/notification/src/provider/NSProviderNotification.c
service/notification/src/provider/NSProviderResource.c
service/notification/src/provider/NSProviderResource.h
service/notification/src/provider/NSProviderScheduler.c
service/notification/src/provider/NSProviderSubscription.c