#include <accountclient.hpp>

Public Member Functions | |
| AccountClient (ENetPeer *peer) | |
| Constructor. | |
| ~AccountClient () | |
| Destructor. | |
| void | setAccount (Account *acc) |
| Set the account associated with the connection. | |
| void | unsetAccount () |
| Unset the account associated with the connection. | |
| Account * | getAccount () const |
| Get account associated with the connection. | |
| void | updateLoginAttempt () |
| Update lastLoginAttempt. | |
| int | getLastLoginAttempt () const |
| Returns the time of the last login attempt. | |
Public Attributes | |
| int | status |
Definition at line 42 of file accountclient.hpp.
1.5.5