Remove useless callback layer from Host*Connection 36/40736/3
authorLukasz Kostyra <l.kostyra@samsung.com>
Tue, 26 May 2015 06:52:19 +0000 (08:52 +0200)
committerJan Olszak <j.olszak@samsung.com>
Mon, 8 Jun 2015 15:17:29 +0000 (08:17 -0700)
commit48f17bbffc27fe5cc6d9491bdccdb6fcd5c42777
tree5c3a6d1e63ae038f3d2aeed1de30b297f0db30b8
parent314f5334d5fa3cf8d7dfe6207fc5e7aa10acccdc
Remove useless callback layer from Host*Connection

[Bug]           Host*Connection classes had redundant callback layer.
[Cause]         N/A
[Solution]      Make Host*Connection objects aware of ZonesManager.
                Remove unneeded callbacks.
[Verification]  For both with and without Dbus:
                  * Build
                  * Run tests
                  * Make sure, that vasum-cli works

Change-Id: I8fd76d279731efdf201e797f2ef7600aed355aaa
server/host-dbus-connection.cpp
server/host-dbus-connection.hpp
server/host-ipc-connection.cpp
server/host-ipc-connection.hpp
server/zones-manager.cpp
server/zones-manager.hpp
tests/unit_tests/client/ut-client.cpp