Home
last modified time | relevance | path

Searched defs:Notification_Friends_PresenceUpdate (Results 1 – 2 of 2) sorted by relevance

/dports/devel/raknet/raknet-3.9.2_10,1/DependentExtensions/Lobby2/PGSQL/
H A DLobby2Message_PGSQL.h360 __L2_MSG_DB_HEADER(Notification_Friends_PresenceUpdate, PGSQL) in __L2_MSG_DB_HEADER() argument
/dports/devel/raknet/raknet-3.9.2_10,1/DependentExtensions/Lobby2/
H A DLobby2Message.h3051 struct Notification_Friends_PresenceUpdate : public Lobby2Message struct
3053 __L2_MSG_BASE_IMPL(Notification_Friends_PresenceUpdate) in __L2_MSG_BASE_IMPL() argument
3055 virtual bool RequiresRankingPermission(void) const {return false;} in RequiresRankingPermission()
3056 virtual bool CancelOnDisconnect(void) const {return false;} in CancelOnDisconnect()
3057 virtual bool RequiresLogin(void) const {return false;} in RequiresLogin()
3060 Lobby2Presence newPresence;
3061 RakNet::RakString otherHandle;