-
Notifications
You must be signed in to change notification settings - Fork 581
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
14 changed files
with
1,019 additions
and
237 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
/// WY Corporate Director | ||
#define WY_COMP_ACCESS_DIRECTOR 7 | ||
/// WY Corporate Leadership (Chief Exec and Div Manager) | ||
#define WY_COMP_ACCESS_SENIOR_LEAD 6 | ||
/// WY Corporate Supervisors (Asst. Manager and Exec. Supervisor) | ||
#define WY_COMP_ACCESS_SUPERVISOR 5 | ||
/// WY Senior Employees (Exec. Specialists and Senior Execs.) | ||
#define WY_COMP_ACCESS_CORPORATE_SENIOR 4 | ||
/// WY Corporate Liaison | ||
#define WY_COMP_ACCESS_LIAISON 3 | ||
/// WY Corporate Employees | ||
#define WY_COMP_ACCESS_CORPORATE 2 | ||
/// Unauthenticated Personnel | ||
#define WY_COMP_ACCESS_FORBIDDEN 1 | ||
/// Logged out... | ||
#define WY_COMP_ACCESS_LOGGED_OUT 0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.