client: merge PlatformManagedStore into ContextStore and rename it to StoreProxy 04/126904/1
authorMu-Woong Lee <muwoong.lee@samsung.com>
Tue, 25 Apr 2017 08:32:09 +0000 (17:32 +0900)
committerMu-Woong Lee <muwoong.lee@samsung.com>
Tue, 25 Apr 2017 08:32:09 +0000 (17:32 +0900)
commit9064cbfa401bbda7b63908330c2af6b689f0953e
treef155ce5faada389f032cf31a06c671a2cf0ca9cb
parenteded089d0c8b30a67cd25c1a9dceb51942346633
client: merge PlatformManagedStore into ContextStore and rename it to StoreProxy

ContextStore does not support other types of stores except the platform-managed one.
Thus the class hierarchy of ContextStore & PlatformManagedStore classes are not necessary.

Change-Id: Ifd7b69624df98bd96be1b641b51f5dce87f65672
Signed-off-by: Mu-Woong Lee <muwoong.lee@samsung.com>
src/client/ContextStore.cpp [deleted file]
src/client/ContextStore.h [deleted file]
src/client/StoreProxy.cpp [moved from src/client/PlatformManagedStore.cpp with 50% similarity]
src/client/StoreProxy.h [moved from src/client/PlatformManagedStore.h with 66% similarity]
src/client/StoreProxyManager.cpp [moved from src/client/ContextStoreManager.cpp with 70% similarity]
src/client/StoreProxyManager.h [moved from src/client/ContextStoreManager.h with 72% similarity]
src/client/context_store.cpp