Integrate the database so into the server so 30/127930/1
authorMu-Woong Lee <muwoong.lee@samsung.com>
Tue, 2 May 2017 11:30:29 +0000 (20:30 +0900)
committerMu-Woong Lee <muwoong.lee@samsung.com>
Tue, 2 May 2017 11:30:29 +0000 (20:30 +0900)
commit3f7153c1100cfe3c8370675bdd824908574777aa
tree2ab1bdf391b6a9cb20b7a2b1ec5fc6cf7bf8c9c2
parentc35ba13dabeb2c08cbf4d0096220262e1af1d05d
Integrate the database so into the server so

We will not support api-side database creations (at least in Tizen 4.0).

Change-Id: I3048c8ea8f95169124572ed1128131c62ee56837
Signed-off-by: Mu-Woong Lee <muwoong.lee@samsung.com>
CMakeLists.txt
src/client/CMakeLists.txt
src/database/CMakeLists.txt [deleted file]
src/server/CMakeLists.txt
src/server/Database.cpp [moved from src/database/Database.cpp with 100% similarity]
src/server/PlatformDatabase.cpp