summaryrefslogtreecommitdiff
path: root/AudioManagerDaemon/src/CAmRoutingReceiver.cpp
diff options
context:
space:
mode:
authorGoehring <Thomas.Goehring@continental-corporation.com>2013-03-18 11:37:39 +0100
committerChristian Linke <christian.linke@bmw.de>2013-03-18 15:50:41 +0100
commitdc67e14b676265b51d896dd0e7fbd63471eb93c1 (patch)
tree638935ceb2db55a0bac385f187a949e90debad62 /AudioManagerDaemon/src/CAmRoutingReceiver.cpp
parentbffaebb2ae000e64daf82e67d1614883d9ab1da9 (diff)
downloadaudiomanager-dc67e14b676265b51d896dd0e7fbd63471eb93c1.tar.gz
Audiomanagerhandling of signals in excalibur release incorrect
Signed-off-by: Goehring <Thomas.Goehring@continental-corporation.com>
Diffstat (limited to 'AudioManagerDaemon/src/CAmRoutingReceiver.cpp')
-rw-r--r--AudioManagerDaemon/src/CAmRoutingReceiver.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/AudioManagerDaemon/src/CAmRoutingReceiver.cpp b/AudioManagerDaemon/src/CAmRoutingReceiver.cpp
index 40ebd8d..f0821a9 100644
--- a/AudioManagerDaemon/src/CAmRoutingReceiver.cpp
+++ b/AudioManagerDaemon/src/CAmRoutingReceiver.cpp
@@ -356,7 +356,7 @@ void CAmRoutingReceiver::confirmRoutingRundown(const uint16_t handle)
{
mListRundownHandles.erase(std::remove(mListRundownHandles.begin(), mListRundownHandles.end(), handle), mListRundownHandles.end());
if (mWaitRundown && mListRundownHandles.empty())
- mpControlSender->confirmCommandRundown();
+ mpControlSender->confirmRoutingRundown();
}
uint16_t am::CAmRoutingReceiver::getStartupHandle()