IPC: Support older glib 74/34274/6
authorJan Olszak <j.olszak@samsung.com>
Tue, 20 Jan 2015 15:15:39 +0000 (16:15 +0100)
committerJan Olszak <j.olszak@samsung.com>
Fri, 23 Jan 2015 10:06:48 +0000 (11:06 +0100)
commitca9d04423d356228266a2480231e77b624cf5876
tree20f9bd250350d3a79e91d8a8fd5ef09ce7a8f23a
parentca9543ec62d3c1295677758be5df99cad79085e0
IPC: Support older glib

[Bug/Feature]  Replaced new calls with older equivalents
               Fixed SIGSEGV bug
[Cause]        N/A
[Solution]     N/A
[Verification] Build, install, run tests, run tests under valgrind

Change-Id: I572321fb4055f8f5b033b755c883c3e4b00bfcda
17 files changed:
common/ipc/client.cpp
common/ipc/client.hpp
common/ipc/internals/add-peer-request.hpp
common/ipc/internals/finish-request.hpp
common/ipc/internals/method-request.hpp
common/ipc/internals/processor.cpp
common/ipc/internals/processor.hpp
common/ipc/internals/remove-peer-request.hpp
common/ipc/internals/request-queue.hpp
common/ipc/internals/signal-request.hpp
common/ipc/ipc-gsource.cpp
common/ipc/ipc-gsource.hpp
common/ipc/service.cpp
common/ipc/service.hpp
common/ipc/types.cpp
common/ipc/types.hpp
tests/unit_tests/ipc/ut-ipc.cpp