Home
last modified time | relevance | path

Searched refs:REC_NOT_LOGGED_IN (Results 1 – 3 of 3) sorted by relevance

/dports/devel/raknet/raknet-3.9.2_10,1/DependentExtensions/Lobby2/Rooms/
H A DRoomsErrorCodes.h11 REC_NOT_LOGGED_IN, // Generic error, when the requester of an operation is not logged in enumerator
H A DRoomsErrorCodes.cpp10 {REC_NOT_LOGGED_IN, "REC_NOT_LOGGED_IN", "Not logged in."},
H A DRoomsPlugin.cpp1670 func->resultCode=REC_NOT_LOGGED_IN; in ValidateUserHandle()