Apply Tizen C++ coding style to json 77/60077/4
authorMu-Woong Lee <muwoong.lee@samsung.com>
Tue, 23 Feb 2016 07:39:40 +0000 (16:39 +0900)
committerMu-Woong Lee <muwoong.lee@samsung.com>
Tue, 23 Feb 2016 10:06:38 +0000 (19:06 +0900)
commitce32a569448de2d0562a4de6641ad5a65ff82d37
tree7f3568ad6e54ce1ab14e4d48b7c9fdb9d475c440
parentdf963ed9aa4fd813c01cf855c605a95ef0b0760a
Apply Tizen C++ coding style to json

Change-Id: Id0ba0cd402dba66666aaf220a0f46acc4ef08c59
Signed-off-by: Mu-Woong Lee <muwoong.lee@samsung.com>
13 files changed:
include/Json.h [new file with mode: 0644]
include/context_mgr.h
include/context_mgr_iface.h
include/db_listener_iface.h
include/db_mgr.h
include/db_mgr_iface.h
include/json.h [deleted file]
include/provider_iface.h
src/server/context_mgr.cpp
src/server/db_mgr.cpp
src/server/provider_iface.cpp
src/shared/Json.cpp [new file with mode: 0644]
src/shared/json.cpp [deleted file]