summaryrefslogtreecommitdiff
path: root/AudioManagerDaemon/test/ControlInterfaceBackdoor.h
blob: b6a5337fd6772f84619bcc9dc84386e5ef5964eb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
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_ */