Client refactor (using libConfig, switch to IPC #1) 73/37873/12
authorMateusz Malicki <m.malicki2@samsung.com>
Tue, 7 Apr 2015 13:41:58 +0000 (15:41 +0200)
committerJan Olszak <j.olszak@samsung.com>
Tue, 14 Apr 2015 06:42:15 +0000 (23:42 -0700)
commitf3e8d507082928520ee9d876ec466cf159ee38fe
tree47eaad413f20371581aea2d6c77bf4efa8e7fe59
parentd230629cdf0a8c0df1747b7d0bc4f1ffeee01623
Client refactor (using libConfig, switch to IPC #1)

[Feature]       Using libConfig for serialize parameters
[Cause]         Switching from Dbus to IPC
[Solution]      Using libConfig for serialize parameters
[Verification]  run tests with Valgrind

Change-Id: I0562037cfc5b78b53024d0021ab74a0a1d3a3f3d
client/CMakeLists.txt
client/dbus-connection.cpp [new file with mode: 0644]
client/dbus-connection.hpp [new file with mode: 0644]
client/exception.hpp [new file with mode: 0644]
client/host-dbus-connection.cpp [new file with mode: 0644]
client/host-dbus-connection.hpp [new file with mode: 0644]
client/vasum-client-impl.cpp
client/vasum-client-impl.hpp
client/zone-dbus-connection.cpp [new file with mode: 0644]
client/zone-dbus-connection.hpp [new file with mode: 0644]
common/api/messages.hpp