mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-30 08:51:10 +02:00
rc_lock: lock for rc_lock, use only once, supplement to 9e3567dc09
This commit is contained in:
@@ -36,12 +36,13 @@
|
||||
//
|
||||
class CRCLock: public CMenuTarget
|
||||
{
|
||||
private:
|
||||
void lockBox();
|
||||
|
||||
public:
|
||||
static const std::string NO_USER_INPUT;
|
||||
int exec(CMenuTarget* parent, const std::string & actionKey);
|
||||
void lockBox();
|
||||
static bool locked;
|
||||
};
|
||||
|
||||
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user