diff options
author | Matthias P. Braendli <matthias.braendli@mpb.li> | 2019-09-02 14:26:04 +0200 |
---|---|---|
committer | Matthias P. Braendli <matthias.braendli@mpb.li> | 2019-09-02 14:26:04 +0200 |
commit | 29d602422cea4e9f2a59b8cefdb17b3862642e01 (patch) | |
tree | a4442774276ea4df6cd5163f8252d04a545bfff1 /contrib/RemoteControl.h | |
parent | 2475666652ca54cf3b53f5837ab5e97f69593397 (diff) | |
download | ODR-AudioEnc-29d602422cea4e9f2a59b8cefdb17b3862642e01.tar.gz ODR-AudioEnc-29d602422cea4e9f2a59b8cefdb17b3862642e01.tar.bz2 ODR-AudioEnc-29d602422cea4e9f2a59b8cefdb17b3862642e01.zip |
Apply b1fc144 from common
Diffstat (limited to 'contrib/RemoteControl.h')
-rw-r--r-- | contrib/RemoteControl.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/contrib/RemoteControl.h b/contrib/RemoteControl.h index bd88f82..2358b3a 100644 --- a/contrib/RemoteControl.h +++ b/contrib/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 |