diff options
author | Matthias P. Braendli <matthias.braendli@mpb.li> | 2019-09-02 14:23:12 +0200 |
---|---|---|
committer | Matthias P. Braendli <matthias.braendli@mpb.li> | 2019-09-02 14:23:49 +0200 |
commit | cb8cd168a26477b5c01e73e53b727bf8f5b225db (patch) | |
tree | 73b6befe25325dc14cdd154a6751dec4a0178ddb /lib/RemoteControl.h | |
parent | c0ecca4adfa5982d596adf2f8c8c01473bd28ca5 (diff) | |
download | dabmod-cb8cd168a26477b5c01e73e53b727bf8f5b225db.tar.gz dabmod-cb8cd168a26477b5c01e73e53b727bf8f5b225db.tar.bz2 dabmod-cb8cd168a26477b5c01e73e53b727bf8f5b225db.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 |