IPC: Support for the external polling loop in Service 57/31957/9
authorJan Olszak <j.olszak@samsung.com>
Mon, 8 Dec 2014 15:48:21 +0000 (16:48 +0100)
committerJan Olszak <j.olszak@samsung.com>
Tue, 16 Dec 2014 09:40:30 +0000 (10:40 +0100)
commit1ea2e87dd7c56e65f918466cdb20ef5fd2baa434
treeef7594140996c29e89d1a3ab6f35a2695b7644ed
parent7a5a6303f9d660195ef58f730b303eab23617f24
IPC: Support for the external polling loop in Service

[Bug/Feature]   Using GMainLoop is possible
[Cause]         N/A
[Solution]      For glib > v.2.36
[Verification]  Build, install, run tests

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