#include <logouthandler.h>
Definition at line 32 of file logouthandler.h.
Public Member Functions | |
LogoutHandler () | |
void | handleMessage (MessageIn &msg) |
void | setScenario (unsigned short scenario, std::string *passToken=NULL) |
void | reset () |
void | setAccountLoggedOut () |
void | setGameLoggedOut () |
void | setChatLoggedOut () |
Private Attributes | |
std::string * | mPassToken |
unsigned short | mScenario |
bool | mLoggedOutAccount |
bool | mLoggedOutGame |
bool | mLoggedOutChat |
TmwServ::LogoutHandler::LogoutHandler | ( | ) |
Definition at line 43 of file logouthandler.cpp.
void TmwServ::LogoutHandler::handleMessage | ( | MessageIn & | msg | ) | [virtual] |
void TmwServ::LogoutHandler::setScenario | ( | unsigned short | scenario, | |
std::string * | passToken = NULL | |||
) | [virtual] |
void TmwServ::LogoutHandler::reset | ( | ) | [virtual] |
void TmwServ::LogoutHandler::setAccountLoggedOut | ( | ) | [inline] |
Definition at line 44 of file logouthandler.h.
void TmwServ::LogoutHandler::setGameLoggedOut | ( | ) | [inline] |
Definition at line 45 of file logouthandler.h.
void TmwServ::LogoutHandler::setChatLoggedOut | ( | ) | [inline] |
Definition at line 46 of file logouthandler.h.
std::string* TmwServ::LogoutHandler::mPassToken [private] |
Definition at line 49 of file logouthandler.h.
unsigned short TmwServ::LogoutHandler::mScenario [private] |
Definition at line 50 of file logouthandler.h.
bool TmwServ::LogoutHandler::mLoggedOutAccount [private] |
Definition at line 51 of file logouthandler.h.
bool TmwServ::LogoutHandler::mLoggedOutGame [private] |
Definition at line 52 of file logouthandler.h.
bool TmwServ::LogoutHandler::mLoggedOutChat [private] |
Definition at line 53 of file logouthandler.h.