Subdivide the interface IService to ISystemService & IUserService 90/136290/2
authorMu-Woong Lee <muwoong.lee@samsung.com>
Thu, 29 Jun 2017 04:35:02 +0000 (13:35 +0900)
committerMu-Woong Lee <muwoong.lee@samsung.com>
Thu, 29 Jun 2017 06:15:24 +0000 (15:15 +0900)
commit1f67aead89557bc930428528614dda309be8fe84
tree6bb4c8a9bede0749f1826b566cdb949cc6629755
parent3d854724161a3d56c1b7d7afa9c1492d30bf6cdd
Subdivide the interface IService to ISystemService & IUserService

Change-Id: I74ad1e7a94dcda44e933a4e2f2f5efaa587ef435
Signed-off-by: Mu-Woong Lee <muwoong.lee@samsung.com>
include/IService.h
include/ISystemService.h [new file with mode: 0644]
include/IUserService.h [new file with mode: 0644]
include/ServerUtil.h
src/server/PlatformDatabase.cpp
src/server/ServerUtil.cpp