summaryrefslogtreecommitdiff
path: root/include/IAmControl.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/IAmControl.h')
-rw-r--r--include/IAmControl.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/include/IAmControl.h b/include/IAmControl.h
index 53526fe..1c02d37 100644
--- a/include/IAmControl.h
+++ b/include/IAmControl.h
@@ -644,6 +644,11 @@ public:
* is meant to be used if the audiomanager and a remote domain are out of sync.
*/
virtual am_Error_e resyncConnectionState(const am_domainID_t domainID, std::vector<am_Connection_s>& listOfExistingConnections) =0;
+ /**
+ * This function searches for a handle in the RoutingSender and removes it if found
+ * @return E_OK on success, handle removed, E_NON_EXISTENT in case the handle was not foud
+ */
+ virtual am_Error_e removeHandle(const am_Handle_s handle) = 0;
};
@@ -964,6 +969,7 @@ public:
*/
virtual void hookSystemSingleTimingInformationChanged(const am_connectionID_t connectionID, const am_timeSync_t time) =0;
+
};
}
#endif // !defined(EA_69597D9E_B0A3_4c6d_BBB6_E7F436B8B799__INCLUDED_)