Extract communication functions to common library 09/30809/16
authorLukasz Kostyra <l.kostyra@samsung.com>
Mon, 17 Nov 2014 11:48:55 +0000 (12:48 +0100)
committerRafal Krypa <r.krypa@samsung.com>
Tue, 31 Mar 2015 09:57:45 +0000 (11:57 +0200)
commit9703e341cc614b519a3a57d9356c6e8d3ca2cc1a
tree9374da8f6f1f29f21827c55d4ebbf3f64d1db06a
parentd5559a8207f79896129d734911f385d2d08ac024
Extract communication functions to common library

Since slave service will use the same functions as client library to send data,
these are extracted in this commit and will be used in the next change.

[Verification]  Build, install, run tests.

Change-Id: I4b9e11015c657066657f493e87d68958283bb947
src/client/client-common.cpp
src/client/client-offline.cpp
src/client/client-security-manager.cpp
src/client/include/client-common.h
src/common/CMakeLists.txt
src/common/connection.cpp [new file with mode: 0644]
src/common/include/connection.h [new file with mode: 0644]
src/server/service/service.cpp