use for descriptive names for when checks are made

This commit is contained in:
AdenKoperczak 2025-01-11 13:50:49 -05:00
parent 2f9908b54e
commit 87e43a528e
3 changed files with 6 additions and 6 deletions

View file

@ -14,8 +14,8 @@ public:
~PrivilegeChecker();
// returning true means check failed.
bool first_check();
bool second_check();
bool pre_settings_check();
bool post_settings_check();
private:
class Impl;