Minor changes to ContainerConnection
authorLukasz Pawelczyk <l.pawelczyk@partner.samsung.com>
Mon, 5 May 2014 12:16:42 +0000 (14:16 +0200)
committerJan Olszak <j.olszak@samsung.com>
Mon, 19 May 2014 11:47:16 +0000 (13:47 +0200)
commit23f6cbe08170570e98882acc5596a13286b9d606
tree528a31275115e9c5c4176aae9732ae25e81262ee
parent01abb5759a2654f963b0c11df5fbf16a45dd627c
Minor changes to ContainerConnection

[Bug/Feature]   ContainerConnection lifecycle is tied with a connection's lifecycle,
                OnNameLost callback added.
[Cause]         Be consistent, OnNameLost callback will be required to handle disconnections
[Solution]      N/A
[Verification]  Build, install, run tests

Change-Id: Ie43eda2a4774ef003bee9ed877b6caab041035ba
Signed-off-by: Lukasz Pawelczyk <l.pawelczyk@partner.samsung.com>
server/container-connection.cpp
server/container-connection.hpp
server/container.cpp
server/container.hpp
unit_tests/server/ut-container-connection.cpp