rc_lock: lock for rc_lock, use only once, supplement to 9e3567dc09

This commit is contained in:
satbaby
2012-10-22 15:52:07 +02:00
parent 9e3567dc09
commit 9a2d6aea26
4 changed files with 16 additions and 9 deletions

View File

@@ -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