diff options
author | David <25727384+ogniK5377@users.noreply.github.com> | 2019-09-23 00:37:12 +1000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-09-23 00:37:12 +1000 |
commit | aaec1562f8631303d1a5abb6c75f2422d6d7cf71 (patch) | |
tree | 283ac1330252c06b3a1741730ce49f4182330150 /src/core/core.h | |
parent | a9abf4e7f8ab8716bb0eee6178a7d44859035997 (diff) | |
parent | 9f3bf6d157826fff311950972e91ec86b98598ae (diff) |
Merge pull request #2683 from DarkLordZach/lock-exit
am: Implement exit locking and self exit commands
Diffstat (limited to 'src/core/core.h')
-rw-r--r-- | src/core/core.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/core/core.h b/src/core/core.h index d2a3c82d8..ff10ebe12 100644 --- a/src/core/core.h +++ b/src/core/core.h @@ -326,6 +326,10 @@ public: const Service::APM::Controller& GetAPMController() const; + void SetExitLock(bool locked); + + bool GetExitLock() const; + private: System(); |