Home
last modified time | relevance | path

Searched refs:ERR_NET_PLAYER_BLOCKED (Results 1 – 4 of 4) sorted by relevance

/dports/games/pokerth/pokerth-1.1.2-rc/src/net/common/
H A Dnetpacket.cpp192 retVal = ERR_NET_PLAYER_BLOCKED; in NetErrorToGameError()
242 case ERR_NET_PLAYER_BLOCKED : in GameErrorToNetError()
H A Dserverlobbythread.cpp1867 SessionError(m_sessionManager.GetSessionByUniquePlayerId(playerId, true), ERR_NET_PLAYER_BLOCKED); in UserBlocked()
/dports/games/pokerth/pokerth-1.1.2-rc/src/net/
H A Dsocket_msg.h86 #define ERR_NET_PLAYER_BLOCKED 120 macro
/dports/games/pokerth/pokerth-1.1.2-rc/src/gui/qt/startwindow/
H A Dstartwindowimpl.cpp951 case ERR_NET_PLAYER_BLOCKED: { in networkError()