Move Cache to client commons library 90/26590/10
authorZofia Abramowska <z.abramowska@samsung.com>
Tue, 26 Aug 2014 11:27:31 +0000 (13:27 +0200)
committerZofia Abramowska <z.abramowska@samsung.com>
Mon, 1 Sep 2014 05:56:36 +0000 (07:56 +0200)
commit8eb9b35471e4e6dc036d06eaac2f7b73abc1c1ab
tree86dde0f39137ccc3aef5d1622a1a1afd4fa7dbf0
parent4048a09d307ff55977ab8b1e582002e1f571a684
Move Cache to client commons library

Change-Id: Ia47e434063b7a1f6d079a29e0076ab0c2392832f
14 files changed:
CMakeLists.txt
packaging/cynara.spec
src/CMakeLists.txt
src/admin/CMakeLists.txt
src/client-common/CMakeLists.txt [new file with mode: 0644]
src/client-common/cache/CacheInterface.h [moved from src/client/cache/CacheInterface.h with 69% similarity]
src/client-common/cache/CapacityCache.cpp [moved from src/client/cache/CapacityCache.cpp with 100% similarity]
src/client-common/cache/CapacityCache.h [moved from src/client/cache/CapacityCache.h with 92% similarity]
src/client-common/plugins/NaiveInterpreter.h [moved from src/client/cache/NaiveInterpreter.h with 89% similarity]
src/client-common/plugins/PluginInterface.h [moved from src/client/cache/PolicyGetter.h with 50% similarity]
src/client/CMakeLists.txt
src/client/cache/PolicyGetter.cpp [deleted file]
src/client/logic/Logic.cpp
src/client/logic/Logic.h