summaryrefslogtreecommitdiff
path: root/PluginCommandInterfaceCAPI/test/CAmCommandSenderCAPITest.h
diff options
context:
space:
mode:
Diffstat (limited to 'PluginCommandInterfaceCAPI/test/CAmCommandSenderCAPITest.h')
-rw-r--r--PluginCommandInterfaceCAPI/test/CAmCommandSenderCAPITest.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/PluginCommandInterfaceCAPI/test/CAmCommandSenderCAPITest.h b/PluginCommandInterfaceCAPI/test/CAmCommandSenderCAPITest.h
index 21aafe8..cc5bf0c 100644
--- a/PluginCommandInterfaceCAPI/test/CAmCommandSenderCAPITest.h
+++ b/PluginCommandInterfaceCAPI/test/CAmCommandSenderCAPITest.h
@@ -24,7 +24,7 @@
#include "CAmTestCAPIWrapper.h"
#include "../include/CAmCommandSenderCAPI.h"
#include "MockIAmCommandReceive.h"
-#include <../src-gen/org/genivi/audiomanager/CommandInterfaceProxy.h>
+#include <../src-gen/org/genivi/am/CommandControlProxy.h>
#define UNIT_TEST 1
@@ -49,7 +49,7 @@ public:
MockIAmCommandReceive *mpCommandReceive;
CAmCommandSenderCAPI *mpPlugin;
- std::shared_ptr<CommandInterfaceProxy<> > mProxy;
+ std::shared_ptr<org::genivi::am::CommandControlProxy<> > mProxy;
CAmTestsEnvironment();
~CAmTestsEnvironment();