summaryrefslogtreecommitdiff
path: root/PluginRoutingInterfaceCAPI/test/CAmRoutingInterfaceCAPITests.h
diff options
context:
space:
mode:
Diffstat (limited to 'PluginRoutingInterfaceCAPI/test/CAmRoutingInterfaceCAPITests.h')
-rw-r--r--PluginRoutingInterfaceCAPI/test/CAmRoutingInterfaceCAPITests.h6
1 files changed, 2 insertions, 4 deletions
diff --git a/PluginRoutingInterfaceCAPI/test/CAmRoutingInterfaceCAPITests.h b/PluginRoutingInterfaceCAPI/test/CAmRoutingInterfaceCAPITests.h
index ee7cc1d..5a1e264 100644
--- a/PluginRoutingInterfaceCAPI/test/CAmRoutingInterfaceCAPITests.h
+++ b/PluginRoutingInterfaceCAPI/test/CAmRoutingInterfaceCAPITests.h
@@ -25,7 +25,7 @@
#include "CAmTestCAPIWrapper.h"
#include "../include/CAmRoutingSenderCAPI.h"
#include "MockIAmRoutingReceive.h"
-#include <../src-gen/org/genivi/audiomanager/RoutingInterfaceProxy.h>
+#include <../src-gen/org/genivi/am/RoutingControlObserverProxy.h>
#define UNIT_TEST 1
@@ -33,8 +33,6 @@ using namespace testing;
using namespace CommonAPI;
namespace am {
-using namespace org::genivi::audiomanager;
-
class CAmCommandSenderDbusBackdoor;
class IAmCommandSend;
class CAmRoutingSenderService;
@@ -58,7 +56,7 @@ public:
MockIAmRoutingReceive *mpRoutingReceive;
CAmRoutingSenderCAPI *mpPlugin;
- std::shared_ptr<RoutingInterfaceProxy<>> mProxy; ///< pointer to routing interface proxy
+ std::shared_ptr<org::genivi::am::RoutingControlObserverProxy<> > mProxy; ///< pointer to routing interface proxy
std::shared_ptr<CAmRoutingSenderService> mDomainService; ///< pointer to the test domain service
CAmTestsEnvironment();