Go to the source code of this file.
◆ MAX_ACCOUNT_STR
| #define MAX_ACCOUNT_STR 17 |
◆ MAX_EMAIL_STR
| #define MAX_EMAIL_STR 255 |
◆ MAX_PASS_STR
◆ sAccountMgr
◆ AccountOpResult
| Enumerator |
|---|
| AOR_OK | |
| AOR_NAME_TOO_LONG | |
| AOR_PASS_TOO_LONG | |
| AOR_EMAIL_TOO_LONG | |
| AOR_NAME_ALREADY_EXIST | |
| AOR_NAME_NOT_EXIST | |
| AOR_DB_INTERNAL_ERROR | |
24{
32};
@ AOR_NAME_NOT_EXIST
Definition AccountMgr.h:30
@ AOR_DB_INTERNAL_ERROR
Definition AccountMgr.h:31
@ AOR_OK
Definition AccountMgr.h:25
@ AOR_EMAIL_TOO_LONG
Definition AccountMgr.h:28
@ AOR_NAME_ALREADY_EXIST
Definition AccountMgr.h:29
@ AOR_NAME_TOO_LONG
Definition AccountMgr.h:26
@ AOR_PASS_TOO_LONG
Definition AccountMgr.h:27