From 63f6e31cad0276352dd508394742b3161dde77bf Mon Sep 17 00:00:00 2001 From: "Matthias P. Braendli (think)" Date: Thu, 16 Aug 2012 18:56:43 +0200 Subject: crc-dabmod: UHD remote control supports muting --- src/RemoteControl.h | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'src/RemoteControl.h') 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 -- cgit v1.2.3