summaryrefslogtreecommitdiff
path: root/include/IAmControl.h
diff options
context:
space:
mode:
authorMartin Koch <martin.koch@ese.de>2020-06-29 14:53:21 +0200
committerMartin Koch <martin.koch@ese.de>2020-07-01 14:37:33 +0200
commitd4cae89a7aaf275110dddb205a1be7c3cac531c9 (patch)
treefb8e379e4a7a4c061014783d987f37449bf84513 /include/IAmControl.h
parentefe1f88f36383ab1f1ad657e14e4fd4885eaf55f (diff)
downloadaudiomanager-d4cae89a7aaf275110dddb205a1be7c3cac531c9.tar.gz
AM: fix const handle in transferConnection family of functions
Signed-off-by: Martin Koch <martin.koch@ese.de>
Diffstat (limited to 'include/IAmControl.h')
-rw-r--r--include/IAmControl.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/IAmControl.h b/include/IAmControl.h
index e3fe74c..0dd46e5 100644
--- a/include/IAmControl.h
+++ b/include/IAmControl.h
@@ -575,7 +575,7 @@ public:
* @note Success of the responsibility transfer itself is acknowledged through corresponding
* function @ref am::IAmControlSend::cbAckTransferConnection "cbAckTransferConnection()".
*/
- virtual am_Error_e transferConnection(const am_Handle_s handle
+ virtual am_Error_e transferConnection(am_Handle_s &handle
, am_mainConnectionID_t mainConnectionID, am_domainID_t domainID) = 0;
/**