This graph shows which files directly or indirectly include this file:

Go to the source code of this file.
Variables | |
| const int | ERR_OK = 0 |
| const int | ERR_OUT_OF_MEMORY = 1 |
| const int | ERR_INVALID_USAGE = 2 |
| const int | ERR_INTERNAL_ERROR = 3 |
| const int | ERR_IO_ERROR = 4 |
| const int | ERR_PASSWORD_FILE_CORRUPTED = 5 |
| const int | ERR_PASSWORD_FILE_DOES_NOT_EXIST = 6 |
| const int | ERR_CAN_NOT_READ_USER_NAME = 10 |
| const int | ERR_CAN_NOT_READ_PASSWORD = 11 |
| const int | ERR_USER_ALREADY_EXISTS = 12 |
| const int | ERR_USER_NOT_FOUND = 13 |
| const int ERR_CAN_NOT_READ_PASSWORD = 11 |
Definition at line 37 of file exit_codes.h.
Referenced by Edit_user_cmd::execute(), Add_user_cmd::execute(), and Print_password_line_cmd::execute().
| const int ERR_CAN_NOT_READ_USER_NAME = 10 |
Definition at line 36 of file exit_codes.h.
Referenced by Edit_user_cmd::execute(), Drop_user_cmd::execute(), Add_user_cmd::execute(), and Print_password_line_cmd::execute().
| const int ERR_INTERNAL_ERROR = 3 |
Definition at line 31 of file exit_codes.h.
| const int ERR_INVALID_USAGE = 2 |
| const int ERR_IO_ERROR = 4 |
| const int ERR_OK = 0 |
Definition at line 27 of file exit_codes.h.
Referenced by List_users_cmd::execute(), Edit_user_cmd::execute(), Drop_user_cmd::execute(), Add_user_cmd::execute(), Print_password_line_cmd::execute(), User_map::load(), and User_map::save().
| const int ERR_OUT_OF_MEMORY = 1 |
Definition at line 29 of file exit_codes.h.
Referenced by Clean_db_cmd::execute(), Add_user_cmd::execute(), User_map::load(), Options::load(), and load_password_file().
| const int ERR_PASSWORD_FILE_CORRUPTED = 5 |
| const int ERR_PASSWORD_FILE_DOES_NOT_EXIST = 6 |
| const int ERR_USER_ALREADY_EXISTS = 12 |
| const int ERR_USER_NOT_FOUND = 13 |
Definition at line 39 of file exit_codes.h.
Referenced by Edit_user_cmd::execute(), and Drop_user_cmd::execute().
1.4.7

