Delete NSStorageAdapter header file.
authorKIM JungYong <jyong2.kim@samsung.com>
Thu, 29 Sep 2016 02:51:55 +0000 (11:51 +0900)
committerUze Choi <uzchoi@samsung.com>
Thu, 29 Sep 2016 07:57:49 +0000 (07:57 +0000)
commit8f0580502bfc8afa44efad170d37793ac3155aab
treedef0e09709191d51e3f64b2456fa409b1b1807f6
parent9f2c5f83ce1989547f4af3cf9df0fbd2a77896cc
Delete NSStorageAdapter header file.

NSStorageAdapter.h file is used by both of provider and consumer.
For the above reason, when import both library, app will crash or build fail.
So in this patch,
NSStorageAdapter.h file is deleted, and related function was renamed.

Change-Id: Iaa243334e644014ea16eefd7338e90b112c0b633
Signed-off-by: KIM JungYong <jyong2.kim@samsung.com>
Reviewed-on: https://gerrit.iotivity.org/gerrit/12535
Tested-by: jenkins-iotivity <jenkins-iotivity@opendaylight.org>
Reviewed-by: Uze Choi <uzchoi@samsung.com>
15 files changed:
service/notification/src/common/NSStorageAdapter.h [deleted file]
service/notification/src/consumer/NSConsumerInternalTaskController.c
service/notification/src/consumer/NSConsumerInternalTaskController.h
service/notification/src/consumer/NSConsumerMemoryCache.c
service/notification/src/consumer/NSConsumerMemoryCache.h
service/notification/src/consumer/NSConsumerQueue.c
service/notification/src/consumer/NSConsumerQueue.h
service/notification/src/consumer/NSConsumerScheduler.c
service/notification/src/provider/NSProviderCallbackResponse.c
service/notification/src/provider/NSProviderInterface.c
service/notification/src/provider/NSProviderListener.h
service/notification/src/provider/NSProviderMemoryCache.c
service/notification/src/provider/NSProviderMemoryCache.h
service/notification/src/provider/NSProviderSubscription.c
service/notification/src/provider/NSProviderTopic.c