mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-09-14 00:43:35 +02:00
rc_lock: lock for rc_lock, use only once, supplement to 5bc50d70d8
Origin commit data ------------------ Commit:9a2d6aea26
Author: Jacek Jendrzej <overx300@gmail.com> Date: 2012-10-22 (Mon, 22 Oct 2012) Origin message was: ------------------ rc_lock: lock for rc_lock, use only once, supplement to5bc50d70d8
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