summaryrefslogtreecommitdiff
path: root/AudioManagerDaemon/test/routingInterface/routingInterfaceTest.h
diff options
context:
space:
mode:
authorChristian Mueller <christian@lmuc329619u.(none)>2011-12-14 11:36:44 +0100
committerChristian Mueller <christian@lmuc329619u.(none)>2011-12-14 11:36:44 +0100
commit68678bed2dc3d4a5849d283bec84a01e2836603f (patch)
tree57b58aa549d7e0547468c8f13475b3e5ac1326e8 /AudioManagerDaemon/test/routingInterface/routingInterfaceTest.h
parent92c8b837306ff1dcd889f9c075435aec50e9aea3 (diff)
downloadaudiomanager-68678bed2dc3d4a5849d283bec84a01e2836603f.tar.gz
update in headers, small things
Diffstat (limited to 'AudioManagerDaemon/test/routingInterface/routingInterfaceTest.h')
-rw-r--r--AudioManagerDaemon/test/routingInterface/routingInterfaceTest.h8
1 files changed, 5 insertions, 3 deletions
diff --git a/AudioManagerDaemon/test/routingInterface/routingInterfaceTest.h b/AudioManagerDaemon/test/routingInterface/routingInterfaceTest.h
index f46ea5f..3b27701 100644
--- a/AudioManagerDaemon/test/routingInterface/routingInterfaceTest.h
+++ b/AudioManagerDaemon/test/routingInterface/routingInterfaceTest.h
@@ -19,7 +19,7 @@
#include "DatabaseHandler.h"
#include "ControlReceiver.h"
#include "ControlSender.h"
-#include "Observer.h"
+#include "DatabaseObserver.h"
#include "../RoutingInterfaceBackdoor.h"
#include "../CommandInterfaceBackdoor.h"
#include "../CommonFunctions.h"
@@ -32,7 +32,9 @@ using namespace am;
class routingInterfaceTest : public Test{
public:
routingInterfaceTest();
- virtual ~routingInterfaceTest();
+ ~routingInterfaceTest();
+ std::vector<std::string> plistRoutingPluginDirs;
+ std::vector<std::string> plistCommandPluginDirs;
DatabaseHandler pDatabaseHandler;
RoutingSender pRoutingSender;
CommandSender pCommandSender;
@@ -40,7 +42,7 @@ public:
RoutingInterfaceBackdoor pRoutingInterfaceBackdoor;
CommandInterfaceBackdoor pCommandInterfaceBackdoor;
ControlReceiver pControlReceiver;
- Observer pObserver;
+ DatabaseObserver pObserver;
CommonFunctions pCF;
void SetUp();
void TearDown();