Split service implementation logic away from the Service class 89/30589/4
authorRafal Krypa <r.krypa@samsung.com>
Fri, 21 Nov 2014 10:55:07 +0000 (11:55 +0100)
committerRafal Krypa <r.krypa@samsung.com>
Mon, 24 Nov 2014 13:46:13 +0000 (14:46 +0100)
commit82abc7e44098a63300ecc2c4d9d40daf354a1a32
tree7c70047fdbacc6e4f48413ec0d7625e9472f9bac
parente4fdcb8c3066505d9a89cc9bce3e0917cd21444f
Split service implementation logic away from the Service class

The code implementing logic of Service methods is now available as separate
functions. They will be available to both Service class and to the upcoming
offline client implementation.

Change-Id: Ib86af8c0f28dd7a1333e67ad0f2a4c968ff181cf
Signed-off-by: Rafal Krypa <r.krypa@samsung.com>
src/common/CMakeLists.txt
src/common/include/service_impl.h [new file with mode: 0644]
src/common/service_impl.cpp [new file with mode: 0644]
src/server/service/include/service.h
src/server/service/service.cpp