summaryrefslogtreecommitdiff
path: root/include/IAmControl.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/IAmControl.h')
-rw-r--r--include/IAmControl.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/IAmControl.h b/include/IAmControl.h
index e8545ad..d393b56 100644
--- a/include/IAmControl.h
+++ b/include/IAmControl.h
@@ -557,6 +557,7 @@ public:
/**
* Hand-over to routing-side application any connection meant to survive AM shutdown
+ * (see page @ref early)
*
* @param handle: composite identifier used to map the response
* @param domainID: target domain which shall take over
@@ -564,6 +565,9 @@ public:
*
* @return E_OK if command was forwarded to routing adapter successfully,
* E_COMMUNICATION or other meaningful value otherwise
+ *
+ * @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
, am_mainConnectionID_t mainConnectionID, am_domainID_t domainID) = 0;