summaryrefslogtreecommitdiff
path: root/AudioManagerCore/test/MockIAmControlSend.h
diff options
context:
space:
mode:
authorChristian Linke <Christian.Linke@bmw.de>2016-06-17 02:58:38 -0700
committerChristian Linke <Christian.Linke@bmw.de>2016-06-17 02:59:34 -0700
commit8f5563bd07f6d71b8358c9e9e84ea6551b60a734 (patch)
tree7c570a66fa6964a8f8ac2ff139ef385c165f6e92 /AudioManagerCore/test/MockIAmControlSend.h
parent7918c698441c216e461f9995b16540ee5a8f1756 (diff)
downloadaudiomanager-8f5563bd07f6d71b8358c9e9e84ea6551b60a734.tar.gz
cleanup routing interface to add clean abort and resend possibilities7.5
Signed-off-by: Christian Linke <Christian.Linke@bmw.de>
Diffstat (limited to 'AudioManagerCore/test/MockIAmControlSend.h')
-rw-r--r--AudioManagerCore/test/MockIAmControlSend.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/AudioManagerCore/test/MockIAmControlSend.h b/AudioManagerCore/test/MockIAmControlSend.h
index e628068..36f12a2 100644
--- a/AudioManagerCore/test/MockIAmControlSend.h
+++ b/AudioManagerCore/test/MockIAmControlSend.h
@@ -153,6 +153,8 @@ class MockIAmControlSend : public IAmControlSend {
am_Error_e(const am_sourceID_t sourceID, const am_NotificationConfiguration_s& notificationConfiguration));
MOCK_METHOD2(hookSystemSingleTimingInformationChanged,
void(const am_connectionID_t connectionID, const am_timeSync_t time));
+ MOCK_METHOD1(removeHandle,
+ am_Error_e(const am_Handle_s handle));
};