Namespaces | |
namespace | Account |
Functions | |
void | login (Net::Connection *connection, int version, const std::string &username, const std::string &password) |
void | registerAccount (Net::Connection *connection, int version, const std::string &username, const std::string &password, const std::string &email) |
void | logout () |
void | reconnectAccount (Net::Connection *connection, const std::string &passToken) |
Variables | |
Connection * | connection = 0 |
void Net::AccountServer::login | ( | Net::Connection * | connection, | |
int | version, | |||
const std::string & | username, | |||
const std::string & | password | |||
) |
Definition at line 35 of file accountserver.cpp.
void Net::AccountServer::logout | ( | ) |
Definition at line 68 of file accountserver.cpp.
void Net::AccountServer::reconnectAccount | ( | Net::Connection * | connection, | |
const std::string & | passToken | |||
) |
Definition at line 74 of file accountserver.cpp.
void Net::AccountServer::registerAccount | ( | Net::Connection * | connection, | |
int | version, | |||
const std::string & | username, | |||
const std::string & | password, | |||
const std::string & | ||||
) |
Definition at line 49 of file accountserver.cpp.
Definition at line 30 of file internal.cpp.