Merge pull request #2683 from DarkLordZach/lock-exit
am: Implement exit locking and self exit commands
This commit is contained in:
commit
aaec1562f8
8 changed files with 92 additions and 8 deletions
|
@ -326,6 +326,10 @@ public:
|
|||
|
||||
const Service::APM::Controller& GetAPMController() const;
|
||||
|
||||
void SetExitLock(bool locked);
|
||||
|
||||
bool GetExitLock() const;
|
||||
|
||||
private:
|
||||
System();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue