summaryrefslogtreecommitdiffstats
path: root/src/RemoteControl.h
diff options
context:
space:
mode:
authorMatthias P. Braendli (think) <matthias@mpb.li>2012-08-16 18:56:43 +0200
committerMatthias P. Braendli (think) <matthias@mpb.li>2012-08-16 18:56:43 +0200
commit63f6e31cad0276352dd508394742b3161dde77bf (patch)
treeca071abf8a14479b507e10b717dbd9d5727a39ee /src/RemoteControl.h
parent06fe89bd86fc709908c5882a2c48d03fc0977a25 (diff)
downloaddabmod-63f6e31cad0276352dd508394742b3161dde77bf.tar.gz
dabmod-63f6e31cad0276352dd508394742b3161dde77bf.tar.bz2
dabmod-63f6e31cad0276352dd508394742b3161dde77bf.zip
crc-dabmod: UHD remote control supports mutingr3
Diffstat (limited to 'src/RemoteControl.h')
-rw-r--r--src/RemoteControl.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/RemoteControl.h b/src/RemoteControl.h
index 53fc912..5ffb2fb 100644
--- a/src/RemoteControl.h
+++ b/src/RemoteControl.h
@@ -216,4 +216,12 @@ class RemoteControllerTelnet : public BaseRemoteController {
int port_;
};
+
+/* The Dummy remote controller does nothing
+ */
+class RemoteControllerDummy : public BaseRemoteController {
+ public:
+ void enrol(RemoteControllable* controllable) {};
+};
+
#endif