summaryrefslogtreecommitdiff
path: root/AudioManagerDaemon/test/ControlInterfaceBackdoor.h
diff options
context:
space:
mode:
Diffstat (limited to 'AudioManagerDaemon/test/ControlInterfaceBackdoor.h')
-rw-r--r--AudioManagerDaemon/test/ControlInterfaceBackdoor.h25
1 files changed, 25 insertions, 0 deletions
diff --git a/AudioManagerDaemon/test/ControlInterfaceBackdoor.h b/AudioManagerDaemon/test/ControlInterfaceBackdoor.h
new file mode 100644
index 0000000..b6a5337
--- /dev/null
+++ b/AudioManagerDaemon/test/ControlInterfaceBackdoor.h
@@ -0,0 +1,25 @@
+/*
+ * ControlInterfaceBackdoor.h
+ *
+ * Created on: Dec 11, 2011
+ * Author: christian
+ */
+
+#ifndef CONTROLINTERFACEBACKDOOR_H_
+#define CONTROLINTERFACEBACKDOOR_H_
+
+#include "control/ControlSendInterface.h"
+#include "ControlSender.h"
+
+class ControlSender;
+
+using namespace am;
+
+class ControlInterfaceBackdoor {
+public:
+ ControlInterfaceBackdoor();
+ virtual ~ControlInterfaceBackdoor();
+ bool replaceController(ControlSender *controlSender, ControlSendInterface *newController);
+};
+
+#endif /* CONTROLINTERFACEBACKDOOR_H_ */