b6a5337fd6772f84619bcc9dc84386e5ef5964eb
[profile/ivi/genivi/genivi-audio-manager.git] / AudioManagerDaemon / test / ControlInterfaceBackdoor.h
1 /*
2  * ControlInterfaceBackdoor.h
3  *
4  *  Created on: Dec 11, 2011
5  *      Author: christian
6  */
7
8 #ifndef CONTROLINTERFACEBACKDOOR_H_
9 #define CONTROLINTERFACEBACKDOOR_H_
10
11 #include "control/ControlSendInterface.h"
12 #include "ControlSender.h"
13
14 class ControlSender;
15
16 using namespace am;
17
18 class ControlInterfaceBackdoor {
19 public:
20         ControlInterfaceBackdoor();
21         virtual ~ControlInterfaceBackdoor();
22         bool replaceController(ControlSender *controlSender, ControlSendInterface *newController);
23 };
24
25 #endif /* CONTROLINTERFACEBACKDOOR_H_ */