Home
last modified time | relevance | path

Searched refs:Notification_Friends_PresenceUpdate (Results 1 – 6 of 6) 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
373Notification_Friends_PresenceUpdate *notification = (Notification_Friends_PresenceUpdate *) comman… in __L2_MSG_DB_HEADER()
491 __L2_MSG_FACTORY_IMPL(Notification_Friends_PresenceUpdate, PGSQL); in Alloc()
/dports/devel/raknet/raknet-3.9.2_10,1/Samples/RoomsBrowserGFx3/RakNet/
H A DRoomsBrowserGFx3_RakNet.h97 virtual void MessageResult(RakNet::Notification_Friends_PresenceUpdate *message);
H A DRoomsBrowserGFx3_RakNet.cpp731 void RoomsBrowserGFx3_RakNet::MessageResult(RakNet::Notification_Friends_PresenceUpdate *message) in MessageResult()
/dports/devel/raknet/raknet-3.9.2_10,1/DependentExtensions/Lobby2/
H A DLobby2Server.cpp686Notification_Friends_PresenceUpdate *notification = (Notification_Friends_PresenceUpdate *) GetMes… in SetPresence()
H A DLobby2Message.h446 struct Notification_Friends_PresenceUpdate;
603 virtual void MessageResult(Notification_Friends_PresenceUpdate *message);
3051 struct Notification_Friends_PresenceUpdate : public Lobby2Message struct
3053 __L2_MSG_BASE_IMPL(Notification_Friends_PresenceUpdate) in __L2_MSG_BASE_IMPL() argument
3600 __L2_MSG_FACTORY_BASE(Notification_Friends_PresenceUpdate); in Alloc()
H A DLobby2Message.cpp121 void Lobby2Callbacks::MessageResult(Notification_Friends_PresenceUpdate *message) {ExecuteDefaultRe… in MessageResult()
2099 void RakNet::Notification_Friends_PresenceUpdate::Serialize( bool writeToBitstream, bool serializeO… in Serialize()