IPC agnostic MethodResultBuilder 01/36601/10
authorJan Olszak <j.olszak@samsung.com>
Tue, 10 Mar 2015 12:35:55 +0000 (13:35 +0100)
committerPiotr Bartosiewicz <p.bartosiewi@partner.samsung.com>
Thu, 12 Mar 2015 12:57:18 +0000 (05:57 -0700)
commit855c585bf6a39817a301e72e61620f6f9776210d
tree1ad9849c577db95302189937685d8bc9b2739f48
parenta894b6301c6c798912f0963011936df271c2495e
IPC agnostic MethodResultBuilder

[Feature]       ZoneManager and Zone doesn't know
                which IPC mechanism is used.
[Cause]         N/A
[Solution]      N/A
[Verification]  Build, run tests, run tests with valgrind

Change-Id: I852fa5ed3bcd105096cb7ca740f9e98fb8b6adba
17 files changed:
client/vasum-client-impl.cpp
common/api/dbus-method-result-builder.hpp [new file with mode: 0644]
common/api/ipc-method-result-builder.cpp [new file with mode: 0644]
common/api/ipc-method-result-builder.hpp [new file with mode: 0644]
common/api/messages.hpp [new file with mode: 0644]
common/api/method-result-builder.hpp [new file with mode: 0644]
server/host-connection.cpp
server/host-connection.hpp
server/host-dbus-definitions.hpp
server/zone-connection.cpp
server/zone-connection.hpp
server/zone.cpp
server/zone.hpp
server/zones-manager.cpp
server/zones-manager.hpp
tests/unit_tests/server/ut-zone-connection.cpp
tests/unit_tests/server/ut-zones-manager.cpp