#include <NatPunchthroughServer.h>
Inherited by NatPunchthroughServerDebugInterface_PacketLogger, and NatPunchthroughServerDebugInterface_Printf.
Public Member Functions | |
NatPunchthroughServerDebugInterface () | |
virtual | ~NatPunchthroughServerDebugInterface () |
virtual void | OnServerMessage (const char *msg)=0 |
Definition at line 34 of file NatPunchthroughServer.h.
NatPunchthroughServerDebugInterface::NatPunchthroughServerDebugInterface | ( | ) | [inline] |
Definition at line 36 of file NatPunchthroughServer.h.
virtual NatPunchthroughServerDebugInterface::~NatPunchthroughServerDebugInterface | ( | ) | [inline, virtual] |
Definition at line 37 of file NatPunchthroughServer.h.
virtual void NatPunchthroughServerDebugInterface::OnServerMessage | ( | const char * | msg | ) | [pure virtual] |
Implemented in NatPunchthroughServerDebugInterface_Printf, and NatPunchthroughServerDebugInterface_PacketLogger.