summaryrefslogtreecommitdiff
path: root/AudioManagerDaemon/include/ControlSender.h
diff options
context:
space:
mode:
Diffstat (limited to 'AudioManagerDaemon/include/ControlSender.h')
-rw-r--r--AudioManagerDaemon/include/ControlSender.h21
1 files changed, 21 insertions, 0 deletions
diff --git a/AudioManagerDaemon/include/ControlSender.h b/AudioManagerDaemon/include/ControlSender.h
new file mode 100644
index 0000000..fde029c
--- /dev/null
+++ b/AudioManagerDaemon/include/ControlSender.h
@@ -0,0 +1,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_ */