summaryrefslogtreecommitdiff
path: root/PluginControlInterface
diff options
context:
space:
mode:
authorchristian mueller <christian.ei.mueller@bmw.de>2012-04-05 13:22:18 +0200
committerchristian mueller <christian.ei.mueller@bmw.de>2012-05-24 13:40:22 +0200
commit612ccfda8de3ea61978606fed65eab0fd4a92f25 (patch)
tree4a0ee35e9ecee3266a65d09ef539f51a61561d45 /PluginControlInterface
parent37eb52a4d1b126531920b125a36880e8bbdc354e (diff)
downloadaudiomanager-612ccfda8de3ea61978606fed65eab0fd4a92f25.tar.gz
* [GAM-57] wrong sourceID and sinkID inserted into database fixed
Signed-off-by: christian mueller <christian.ei.mueller@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 046a7ac..a0cca6b 100644
--- a/PluginControlInterface/src/CAmControlSenderBase.cpp
+++ b/PluginControlInterface/src/CAmControlSenderBase.cpp
@@ -84,6 +84,8 @@ am_Error_e CAmControlSenderBase::hookUserConnectionRequest(const am_sourceID_t s
}
am_MainConnection_s mainConnectionData;
mainConnectionData.mainConnectionID = 0;
+ mainConnectionData.sinkID = sinkID;
+ mainConnectionData.sourceID = sourceID;
mainConnectionData.connectionState = CS_CONNECTING;
mainConnectionData.delay = 0;
mainConnectionData.listConnectionID = listConnectionIDs;