From 6ffbf25bacf589879198e49ac227cb56e261b7c9 Mon Sep 17 00:00:00 2001 From: Christian Linke Date: Thu, 12 Mar 2015 13:43:48 +0100 Subject: * fully rework. Plugins have now a new own git repository * building out of source of plugins without AM workss * build system cmake contructions is different now Signed-off-by: Christian Linke --- .../test/AmControlInterfaceTest/CAmControlInterfaceTest.h | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'AudioManagerDaemon/test/AmControlInterfaceTest/CAmControlInterfaceTest.h') diff --git a/AudioManagerDaemon/test/AmControlInterfaceTest/CAmControlInterfaceTest.h b/AudioManagerDaemon/test/AmControlInterfaceTest/CAmControlInterfaceTest.h index 861b9ac..92ebb4f 100644 --- a/AudioManagerDaemon/test/AmControlInterfaceTest/CAmControlInterfaceTest.h +++ b/AudioManagerDaemon/test/AmControlInterfaceTest/CAmControlInterfaceTest.h @@ -12,7 +12,7 @@ * this file, You can obtain one at http://mozilla.org/MPL/2.0/. * * - * \author Christian Mueller, christian.ei.mueller@bmw.de BMW 2011,2012 + * \author Christian Linke, christian.linke@bmw.de BMW 2011,2012 * * For further information see http://www.genivi.org/. * @@ -38,8 +38,7 @@ #include "../CAmCommonFunctions.h" #include "../MockIAmRoutingSend.h" #include "../MockIAmControlSend.h" -#include "shared/CAmSocketHandler.h" -#include "shared/CAmDbusWrapper.h" +#include "CAmSocketHandler.h" namespace am { @@ -50,7 +49,6 @@ public: CAmControlInterfaceTest(); ~CAmControlInterfaceTest(); CAmSocketHandler pSocketHandler; - CAmDbusWrapper* pDBusWrapper; std::vector plistCommandPluginDirs; std::vector plistRoutingPluginDirs; CAmDatabaseHandlerMap pDatabaseHandler; -- cgit v1.2.1