IPC: Asynchronous method result sending 47/35147/5
authorJan Olszak <j.olszak@samsung.com>
Fri, 6 Feb 2015 12:13:12 +0000 (13:13 +0100)
committerJan Olszak <j.olszak@samsung.com>
Wed, 11 Feb 2015 12:57:18 +0000 (13:57 +0100)
commit43b699c16859c7be00815d9e4c1fbc994c9f3482
treeae1bb176cffa567ca99bccdaca7f748c7c3d064d
parent5ff143397f8038c6c292e00c22a44bca1bfdc9df
IPC: Asynchronous method result sending

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

Change-Id: I16cc384545c273f65c8f57f11adde61709e08bc4
common/ipc/internals/processor.cpp
common/ipc/internals/processor.hpp
common/ipc/internals/request-queue.hpp
common/ipc/internals/send-result-request.hpp [new file with mode: 0644]
common/ipc/internals/signal-request.hpp
common/ipc/method-result.cpp [new file with mode: 0644]
common/ipc/method-result.hpp [new file with mode: 0644]
common/ipc/types.hpp
tests/unit_tests/ipc/ut-ipc.cpp