diff options
author | Matthias P. Braendli <matthias.braendli@mpb.li> | 2019-09-02 14:28:29 +0200 |
---|---|---|
committer | Matthias P. Braendli <matthias.braendli@mpb.li> | 2019-09-02 14:28:29 +0200 |
commit | 3e5b7d0544e0a595a375644ae8eaef1b3ffb4b75 (patch) | |
tree | d018f6df28e53646e36ff1b4f3f1b628dfa50909 /lib/RemoteControl.h | |
parent | 3af9de93da4344089783142503d9f6e9c308c6b6 (diff) | |
download | dabmux-3e5b7d0544e0a595a375644ae8eaef1b3ffb4b75.tar.gz dabmux-3e5b7d0544e0a595a375644ae8eaef1b3ffb4b75.tar.bz2 dabmux-3e5b7d0544e0a595a375644ae8eaef1b3ffb4b75.zip |
Apply b1fc144 from common
Diffstat (limited to 'lib/RemoteControl.h')
-rw-r--r-- | lib/RemoteControl.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/RemoteControl.h b/lib/RemoteControl.h index bd88f82..2358b3a 100644 --- a/lib/RemoteControl.h +++ b/lib/RemoteControl.h @@ -149,6 +149,8 @@ class RemoteControllers { std::list<std::shared_ptr<BaseRemoteController> > m_controllers; }; +/* rcs is a singleton used in all parts of the program to interact with the RC. + * It is constructed in Globals.cpp */ extern RemoteControllers rcs; /* Implements a Remote controller based on a simple telnet CLI |