IPC: Pass error to return the value callback 25/30225/7
authorJan Olszak <j.olszak@samsung.com>
Wed, 12 Nov 2014 14:36:09 +0000 (15:36 +0100)
committerGerrit Code Review <gerrit@review.vlan103.tizen.org>
Mon, 17 Nov 2014 13:04:32 +0000 (05:04 -0800)
commit9f9fbe48b66186939013584f675af127f30e1792
tree46f4e18377236788b422d4648c487427a9679d56
parenta95a15f6b39abffd117038949dda0a208ac8f6f9
IPC: Pass error to return the value callback

[Bug/Feature]   Return value callback takes status enum
                Peer's socket is locket when processing
                the callbacks.
[Cause]         N/A
[Solution]      N/A
[Verification]  Build, install, run tests

Change-Id: I74f30713e7c4fa6d8f35b79c2485137d1c9119c3
common/ipc/exception.hpp
common/ipc/internals/acceptor.cpp
common/ipc/internals/processor.cpp
common/ipc/internals/processor.hpp
common/ipc/service.hpp
common/ipc/types.cpp [new file with mode: 0644]
common/ipc/types.hpp
tests/unit_tests/ipc/ut-ipc.cpp