Classes | |
| class | CWelcomeServiceMod |
| struct | TPendingFEResponseInfo |
| struct | TUserRole |
Typedefs | |
| typedef std::map < NLNET::CLoginCookie, TPendingFEResponseInfo > | TPendingFeReponses |
Functions | |
| NLNET_REGISTER_MODULE_FACTORY (CWelcomeServiceMod,"WelcomeService") | |
| TUserRole () | |
| TUserRole (TValues value) | |
| TUserRole (const std::string &str) | |
| void | serial (NLMISC::IStream &s) |
| bool | operator== (const TUserRole &other) const |
| bool | operator!= (const TUserRole &other) const |
| bool | operator< (const TUserRole &other) const |
| bool | operator<= (const TUserRole &other) const |
| bool | operator> (const TUserRole &other) const |
| bool | operator>= (const TUserRole &other) const |
| const std::string & | toString () const |
| static const std::string & | toString (TValues value) |
| TValues | getValue () const |
| bool | isValid () |
| uint32 | asIndex () |
Variables | |
| TPendingFeReponses | PendingFeResponse |
| struct WS::TUserRole | _Value |
| typedef std::map<NLNET::CLoginCookie, TPendingFEResponseInfo> WS::TPendingFeReponses |
Definition at line 118 of file welcome_service.h.
| uint32 WS::asIndex | ( | ) |
Definition at line 153 of file welcome_service_itf.h.
| TValues WS::getValue | ( | ) | const |
Definition at line 137 of file welcome_service_itf.h.
References _Value.
| bool WS::isValid | ( | ) |
Definition at line 143 of file welcome_service_itf.h.
References _Value.
| WS::NLNET_REGISTER_MODULE_FACTORY | ( | CWelcomeServiceMod | , | |
| "WelcomeService" | ||||
| ) |
| bool WS::operator!= | ( | const TUserRole & | other | ) | const |
Definition at line 105 of file welcome_service_itf.h.
References _Value.
| bool WS::operator< | ( | const TUserRole & | other | ) | const |
Definition at line 109 of file welcome_service_itf.h.
References _Value.
| bool WS::operator<= | ( | const TUserRole & | other | ) | const |
Definition at line 114 of file welcome_service_itf.h.
References _Value.
| bool WS::operator== | ( | const TUserRole & | other | ) | const |
Definition at line 101 of file welcome_service_itf.h.
References _Value.
| bool WS::operator> | ( | const TUserRole & | other | ) | const |
Definition at line 119 of file welcome_service_itf.h.
References _Value.
| bool WS::operator>= | ( | const TUserRole & | other | ) | const |
Definition at line 123 of file welcome_service_itf.h.
References _Value.
| void WS::serial | ( | NLMISC::IStream & | s | ) |
Definition at line 96 of file welcome_service_itf.h.
References _Value, and NLMISC::IStream::serialEnum().
Referenced by CWelcomeServiceProxy::buildMessageFor_disconnectUser(), CLoginServiceProxy::buildMessageFor_pendingUserLost(), CWelcomeServiceClientProxy::buildMessageFor_registerWS(), CWelcomeServiceClientProxy::buildMessageFor_reportWSOpenState(), CWelcomeServiceClientProxy::buildMessageFor_updateConnectedPlayerCount(), CWelcomeServiceProxy::buildMessageFor_welcomeUser(), CWelcomeServiceClientProxy::buildMessageFor_welcomeUserResult(), CWelcomeServiceSkel::disconnectUser_skel(), CLoginServiceSkel::pendingUserLost_skel(), CWelcomeServiceClientSkel::registerWS_skel(), CWelcomeServiceClientSkel::reportWSOpenState_skel(), CWelcomeServiceClientSkel::updateConnectedPlayerCount_skel(), CWelcomeServiceSkel::welcomeUser_skel(), and CWelcomeServiceClientSkel::welcomeUserResult_skel().
| static const std::string& WS::toString | ( | TValues | value | ) | [static] |
Definition at line 132 of file welcome_service_itf.h.
| const std::string& WS::toString | ( | ) | const |
Definition at line 128 of file welcome_service_itf.h.
References _Value.
Referenced by cbClientChooseShard(), cbClientVerifyLoginPassword(), cbDisconnectClient(), cbGraphUpdate(), cbWSClientConnected(), cbWSDisconnection(), cbWSIdentification(), cbWSReportFSState(), cbWSReportNoPatch(), cbWSSetShardOpen(), checkWaitingUnregistrationServices(), cleanRequest(), cleanRequests(), CNelLauncherDlg::clickedLogin(), CPatchThread::decompressFile(), deleteFile(), doRemove(), CPatchThread::downloadFile(), CNel_launcherDlg::launch(), CNeLLauncherDlg::OnLogin(), CServiceInstanceManager::queryStartService(), CPatchThread::run(), selectShard(), CNelLauncherConnection::selectShard(), sqlQuery(), and updateSendAdminAlert().
| WS::TUserRole | ( | const std::string & | str | ) |
Definition at line 91 of file welcome_service_itf.h.
References _Value.
| WS::TUserRole | ( | TValues | value | ) |
Definition at line 86 of file welcome_service_itf.h.
| WS::TUserRole | ( | ) |
Definition at line 82 of file welcome_service_itf.h.
| struct WS::TUserRole WS::_Value |
Referenced by asIndex(), getValue(), isValid(), operator!=(), operator<(), operator<=(), operator==(), operator>(), operator>=(), serial(), toString(), and TUserRole().
Definition at line 120 of file welcome_service.h.
Referenced by cbFESShardChooseShard(), and WS::CWelcomeServiceMod::welcomeUser().
1.6.1