diff options
Diffstat (limited to 'src/RemoteControl.h')
-rw-r--r-- | src/RemoteControl.h | 8 |
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 |