summaryrefslogtreecommitdiff
path: root/AudioManagerDaemon/include/ControlSender.h
blob: fde029c6f8f776d018dfd714a60f1dd61bbdb530 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
/*
 * ControlLoader.h
 *
 *  Created on: Oct 25, 2011
 *      Author: christian
 */

#ifndef CONTROLLOADER_H_
#define CONTROLLOADER_H_

#include "control/ControlSendInterface.h"

using namespace am;

class ControlSender : private ControlSendInterface {
public:
	ControlSender();
	virtual ~ControlSender();
};

#endif /* CONTROLLOADER_H_ */