summaryrefslogtreecommitdiff
path: root/AudioManagerDaemon/test/MockIAmCommandSend.h
diff options
context:
space:
mode:
authorChristian Linke <christian.linke@bmw.de>2015-03-24 18:22:13 +0100
committerChristian Linke <christian.linke@bmw.de>2015-03-24 19:01:59 +0100
commit1c6b81831f28eeb9a1f2775c76f32eeb59c30007 (patch)
tree7b71396e3312b9cddb4e3809dcb5f0a10d63814d /AudioManagerDaemon/test/MockIAmCommandSend.h
parent05e5f00118fc835c3aba20f54919f72801eb45cf (diff)
downloadaudiomanager-1c6b81831f28eeb9a1f2775c76f32eeb59c30007.tar.gz
* now only 3 header files are generated. Send and Receive interface s in one. TimingInformation for a single connections is now reported to the controller plugin
Signed-off-by: Christian Linke <christian.linke@bmw.de>
Diffstat (limited to 'AudioManagerDaemon/test/MockIAmCommandSend.h')
-rw-r--r--AudioManagerDaemon/test/MockIAmCommandSend.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/AudioManagerDaemon/test/MockIAmCommandSend.h b/AudioManagerDaemon/test/MockIAmCommandSend.h
index 8d1c17f..0c8558e 100644
--- a/AudioManagerDaemon/test/MockIAmCommandSend.h
+++ b/AudioManagerDaemon/test/MockIAmCommandSend.h
@@ -21,7 +21,7 @@
#ifndef MOCKCOMMANDINTERFACE_H_
#define MOCKCOMMANDINTERFACE_H_
-#include "command/IAmCommandSend.h"
+#include "IAmCommand.h"
#include "gtest/gtest.h"
#include "gmock/gmock.h"