Add Memory Cache module for Consumer on Linux.
authorYounghyunJoo <yh_.joo@samsung.com>
Wed, 25 May 2016 08:23:42 +0000 (17:23 +0900)
committerUze Choi <uzchoi@samsung.com>
Wed, 25 May 2016 11:30:28 +0000 (11:30 +0000)
commita9990587de4321ee84f1ca54b47fe3144759e7d3
tree2e36b97167877b9a82ecf3182ae0bf10fdae64c2
parentbcc7f6493f02dd1432852f546988438a8f335dec
Add Memory Cache module for Consumer on Linux.

- by adapting cache adpater, add consumer cache module which uses memory list on linux

Change-Id: I6cc344f0be36aff7ec9045b4ae200b57c8def777
Signed-off-by: YounghyunJoo <yh_.joo@samsung.com>
Reviewed-on: https://gerrit.iotivity.org/gerrit/8317
Tested-by: jenkins-iotivity <jenkins-iotivity@opendaylight.org>
Reviewed-by: Uze Choi <uzchoi@samsung.com>
service/notification/SConscript
service/notification/src/common/NSConstants.h
service/notification/src/consumer/NSConsumerCache.c [deleted file]
service/notification/src/consumer/NSConsumerCommon.h
service/notification/src/consumer/NSConsumerMessageHandler.c
service/notification/src/consumer/NSConsumerSubsription.c
service/notification/src/consumer/NSConsumerSubsription.h
service/notification/src/consumer/cache/linux/NSConsumerMemoryCache.c [new file with mode: 0644]
service/notification/src/consumer/cache/linux/NSConsumerMemoryCache.h [moved from service/notification/src/consumer/NSConsumerCache.h with 57% similarity]