Define ContextStore C++ internal API (skeleton) 01/116301/6
authorMu-Woong Lee <muwoong.lee@samsung.com>
Thu, 23 Feb 2017 13:54:34 +0000 (22:54 +0900)
committerMu-Woong Lee <muwoong.lee@samsung.com>
Fri, 3 Mar 2017 11:36:37 +0000 (03:36 -0800)
commit2f8d2a5d198c923b9453407b53b2631a625527eb
tree394a70e0990e61cd1453e17a68e68f8279ecdb23
parenta02279f1cf0cef36d0d13d3e213c1c15b05e35ef
Define ContextStore C++ internal API (skeleton)

Change-Id: I3b2f701932d8d27e21013b29bf8e20103b2b9c40
Signed-off-by: Mu-Woong Lee <muwoong.lee@samsung.com>
22 files changed:
include/ContextStore.h
include/ContextStoreManager.h [new file with mode: 0644]
include/ContextStoreSearchQuery.h [new file with mode: 0644]
src/client-dummy/ContextStore.cpp
src/client-dummy/ContextStoreManager.cpp [new file with mode: 0644]
src/client-dummy/ContextStoreSearchQuery.cpp [new file with mode: 0644]
src/client/AppManagedLocalStore.cpp [new file with mode: 0644]
src/client/AppManagedLocalStore.h [new file with mode: 0644]
src/client/AppManagedSharedStore.cpp [new file with mode: 0644]
src/client/AppManagedSharedStore.h [new file with mode: 0644]
src/client/AppManagedStore.cpp [new file with mode: 0644]
src/client/AppManagedStore.h [new file with mode: 0644]
src/client/ContextStore.cpp
src/client/ContextStoreManager.cpp [new file with mode: 0644]
src/client/ContextStoreSearchQuery.cpp [new file with mode: 0644]
src/client/PlatformManagedStore.cpp [new file with mode: 0644]
src/client/PlatformManagedStore.h [new file with mode: 0644]
src/client/Schema.cpp [new file with mode: 0644]
src/client/Schema.h [new file with mode: 0644]
src/client/SchemaConf.cpp [new file with mode: 0644]
src/client/SchemaConf.h [new file with mode: 0644]
src/shared/ContextStoreTypesPrivate.h