From 9d35fa935becc285c5518b198628615d35ea6b74 Mon Sep 17 00:00:00 2001 From: christian linke Date: Tue, 16 Oct 2012 19:31:43 +0200 Subject: * nicer handling of singal for exit. Signed-off-by: christian linke --- PluginControlInterface/src/CAmControlSenderBase.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'PluginControlInterface') diff --git a/PluginControlInterface/src/CAmControlSenderBase.cpp b/PluginControlInterface/src/CAmControlSenderBase.cpp index 2878306..3e0c65b 100644 --- a/PluginControlInterface/src/CAmControlSenderBase.cpp +++ b/PluginControlInterface/src/CAmControlSenderBase.cpp @@ -558,6 +558,8 @@ void CAmControlSenderBase::cbAckSetSinkSoundProperties(const am_Handle_s handle, void CAmControlSenderBase::setControllerRundown() { + logInfo("CAmControlSenderBase::setControllerRundown() was called"); + mControlReceiveInterface->confirmControllerRundown(); } am_Error_e CAmControlSenderBase::getConnectionFormatChoice(const am_sourceID_t sourceID, const am_sinkID_t sinkID, const am_Route_s listRoute, const std::vector listPossibleConnectionFormats, std::vector & listPrioConnectionFormats) -- cgit v1.2.1