summaryrefslogtreecommitdiff
path: root/PluginControlInterface
diff options
context:
space:
mode:
authorchristian linke <christian.linke@bmw.de>2012-10-16 19:31:43 +0200
committerchristian linke <christian.linke@bmw.de>2012-10-16 19:31:43 +0200
commit9d35fa935becc285c5518b198628615d35ea6b74 (patch)
tree2c4676b70f28976d9f4d9ae25c1e75489bc3e8f2 /PluginControlInterface
parentf7f41830ddadd4ffda7ca68a2ae6020ac61c95de (diff)
downloadaudiomanager-9d35fa935becc285c5518b198628615d35ea6b74.tar.gz
* nicer handling of singal for exit.
Signed-off-by: christian linke <christian.linke@bmw.de>
Diffstat (limited to 'PluginControlInterface')
-rw-r--r--PluginControlInterface/src/CAmControlSenderBase.cpp2
1 files changed, 2 insertions, 0 deletions
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<am_ConnectionFormat_e> listPossibleConnectionFormats, std::vector<am_ConnectionFormat_e> & listPrioConnectionFormats)