summaryrefslogtreecommitdiff
path: root/PluginCommandInterfaceCAPI/test/CAmCommandSenderCAPITest.h
diff options
context:
space:
mode:
authorChristian Linke <christian.linke@bmw.de>2013-09-09 18:40:19 +0200
committerChristian Linke <christian.linke@bmw.de>2013-09-09 18:40:19 +0200
commitdb8583483517265e9d6b0fdb3add2cad2cdbcca9 (patch)
tree5bcc78fc3ab73e04e1a6d7f37914334709ea2c65 /PluginCommandInterfaceCAPI/test/CAmCommandSenderCAPITest.h
parent67b6d070bdea90463aab419d516186f498ebc6d6 (diff)
downloadaudiomanager-db8583483517265e9d6b0fdb3add2cad2cdbcca9.tar.gz
* some naming adoptions & review for GENIVI
Signed-off-by: Christian Linke <christian.linke@bmw.de>
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();