Setting the active container through D-Bus 32/25032/9
authorJan Olszak <j.olszak@samsung.com>
Fri, 25 Jul 2014 08:42:26 +0000 (10:42 +0200)
committerJan Olszak <j.olszak@samsung.com>
Mon, 28 Jul 2014 14:40:27 +0000 (16:40 +0200)
commit35339dc228673f4454360b9107718078aa8d0c10
tree5cd2f6c30e739d1a57ad20c3e3ff07b5da8563b0
parentd880b2a8fda680e6970d2916f06c19b19ac1fed4
Setting the active container through D-Bus

[Bug/Feature]   D-Bus API for setting the active container
[Cause]         N/A
[Solution]      Added the new API
                Added a common part of dbus definitions
[Verification]  Build, install, run tests

Change-Id: I4be877c17751b6334e8d424ff64de8d884699ede
server/common-dbus-definitions.hpp [new file with mode: 0644]
server/container-connection.cpp
server/container-dbus-definitions.hpp
server/containers-manager.cpp
server/containers-manager.hpp
server/host-connection.cpp
server/host-connection.hpp
server/host-dbus-definitions.hpp
tests/unit_tests/server/ut-container-connection.cpp
tests/unit_tests/server/ut-containers-manager.cpp