IPC: Remote error handling 63/34463/13
authorJan Olszak <j.olszak@samsung.com>
Mon, 26 Jan 2015 13:33:01 +0000 (14:33 +0100)
committerJan Olszak <j.olszak@samsung.com>
Fri, 30 Jan 2015 11:51:05 +0000 (12:51 +0100)
commit8fe7189dc8d8789e7abd8f80fec3b0fe34a4c069
tree35d42288de2b1d32c9e195d04b79045fb8c6273e
parent5c9f567e6fc2b39e65f8dc616b4dae3fba117f1c
IPC: Remote error handling

[Bug/Feature]  Passing errors to callbacks
[Cause]        N/A
[Solution]     N/A
[Verification] Build, install, run tests, run tests under valgrind

Change-Id: Icbe4df6671144fd34a3bf8b43c4360c2242a6d3e
12 files changed:
common/ipc/client.hpp
common/ipc/exception.hpp
common/ipc/internals/method-request.hpp
common/ipc/internals/processor.cpp
common/ipc/internals/processor.hpp
common/ipc/internals/request-queue.hpp
common/ipc/internals/result-builder.hpp [new file with mode: 0644]
common/ipc/result.hpp [new file with mode: 0644]
common/ipc/service.hpp
common/ipc/types.cpp
common/ipc/types.hpp
tests/unit_tests/ipc/ut-ipc.cpp