summaryrefslogtreecommitdiff
path: root/include/IAmControl.h
diff options
context:
space:
mode:
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;
/**