summaryrefslogtreecommitdiff
path: root/PluginRoutingInterfaceCAPI/src/CAmRoutingSenderCAPI.cpp
diff options
context:
space:
mode:
authorAleksandar Donchev <Aleksander.Donchev@partner.bmw.de>2014-06-24 10:52:52 +0200
committerAleksandar Donchev <Aleksander.Donchev@partner.bmw.de>2014-06-24 13:50:18 +0200
commit3e40b93117d61d393213ee038b1b83a5abd3a1a6 (patch)
tree4e414f9ac60bb69a22fe1cef22d7761da917a89b /PluginRoutingInterfaceCAPI/src/CAmRoutingSenderCAPI.cpp
parent81627b1cdbc73864d5d0ed355df23bb72e2c7077 (diff)
downloadaudiomanager-3e40b93117d61d393213ee038b1b83a5abd3a1a6.tar.gz
* Confirming routing ready state after a second domain has been registered.
Signed-off-by: Christian Linke <christian.linke@bmw.de>
Diffstat (limited to 'PluginRoutingInterfaceCAPI/src/CAmRoutingSenderCAPI.cpp')
-rw-r--r--PluginRoutingInterfaceCAPI/src/CAmRoutingSenderCAPI.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/PluginRoutingInterfaceCAPI/src/CAmRoutingSenderCAPI.cpp b/PluginRoutingInterfaceCAPI/src/CAmRoutingSenderCAPI.cpp
index 207437b..18a80ea 100644
--- a/PluginRoutingInterfaceCAPI/src/CAmRoutingSenderCAPI.cpp
+++ b/PluginRoutingInterfaceCAPI/src/CAmRoutingSenderCAPI.cpp
@@ -123,8 +123,9 @@ void CAmRoutingSenderCAPI::getInterfaceVersion(std::string & version) const
void CAmRoutingSenderCAPI::setRoutingReady(const uint16_t handle)
{
assert(mpIAmRoutingReceive);
+ mService->setHandle(handle);
+
log(&ctxCommandCAPI, DLT_LOG_INFO, "sending routingReady signal");
- mpIAmRoutingReceive->confirmRoutingReady(handle,E_OK);
mService->setRoutingReadyAttribute(org::genivi::am::am_RoutingReady_e::RR_READY);
}