Home
last modified time | relevance | path

Searched refs:AvatarIsBlacklisted (Results 1 – 5 of 5) sorted by relevance

/dports/games/pokerth/pokerth-1.1.2-rc/src/dbofficial/
H A Dasyncdbavatarblacklist.cpp54 service.post(boost::bind(&ServerDBCallback::AvatarIsBlacklisted, &cb, GetId())); in HandleResult()
67 service.post(boost::bind(&ServerDBCallback::AvatarIsBlacklisted, &cb, GetId())); in HandleError()
H A Dserverdbthread.cpp158 m_ioService->post(boost::bind(&ServerDBCallback::AvatarIsBlacklisted, &m_callback, requestId)); in AsyncCheckAvatarBlacklist()
/dports/games/pokerth/pokerth-1.1.2-rc/src/db/
H A Dserverdbcallback.h57 virtual void AvatarIsBlacklisted(unsigned requestId) = 0;
/dports/games/pokerth/pokerth-1.1.2-rc/src/db/common/
H A Dserverdbgeneric.cpp72 m_ioService->post(boost::bind(&ServerDBCallback::AvatarIsBlacklisted, &m_callback, requestId)); in AsyncCheckAvatarBlacklist()
/dports/games/pokerth/pokerth-1.1.2-rc/src/net/common/
H A Dserverlobbythread.cpp189 virtual void AvatarIsBlacklisted(unsigned requestId) in AvatarIsBlacklisted() function in InternalServerCallback