Update Consumer C APIs.
authorKIM JungYong <jyong2.kim@samsung.com>
Fri, 2 Sep 2016 09:58:29 +0000 (18:58 +0900)
committerUze Choi <uzchoi@samsung.com>
Fri, 2 Sep 2016 11:00:56 +0000 (11:00 +0000)
commite3cdccca0b49c86d0bbc68a525379e5ae57f0425
treec8770362fd8d5e6a2ae5e9d07896000cd554ae23
parent70db95a043d41d66effb7c9a11c0e512cb6520c2
Update Consumer C APIs.

1) Parameter as NSProvider structure is changed C string providerId.
2) NSTopicLL is seperated from NSProvider structure.
3) Topic releated API is renamed and changed return type.
4) NSUnsubscribe API is commented out.

Conflicts:
        service/notification/examples/linux/notificationconsumer.c

Change-Id: Ib46ed952cdab58cb9f95eaeb4e405b7da4adeb2f
Signed-off-by: KIM JungYong <jyong2.kim@samsung.com>
Reviewed-on: https://gerrit.iotivity.org/gerrit/11335
Reviewed-by: Uze Choi <uzchoi@samsung.com>
Tested-by: Uze Choi <uzchoi@samsung.com>
service/notification/examples/linux/notificationconsumer.c
service/notification/include/NSCommon.h
service/notification/include/NSConsumerInterface.h
service/notification/src/consumer/NSConsumerCommon.c
service/notification/src/consumer/NSConsumerInterface.c
service/notification/src/consumer/NSConsumerScheduler.c
service/notification/unittest/NSConsumerTest.cpp