|
Pol
Revision:cb584c9
|
#include "msghandl.h"#include "../../clib/clib_endian.h"#include "../../clib/logfacility.h"#include "../../clib/passert.h"#include "../../clib/rawtypes.h"#include "../globals/network.h"#include "../pktboth.h"#include "../pktbothid.h"#include "../pktin.h"#include "../pktinid.h"#include "../pktout.h"#include "../pktoutid.h"#include "client.h"Go to the source code of this file.
Namespaces | |
| Pol | |
| Pol::Network | |
Macros | |
| #define | MESSAGE_HANDLER(type, func) |
| #define | MESSAGE_HANDLER_V2(type, func) |
| #define | MESSAGE_HANDLER_VARLEN(type, func) |
| #define | MESSAGE_HANDLER_VARLEN_V2(type, func) |
| #define MESSAGE_HANDLER | ( | type, | |
| func | |||
| ) |
Definition at line 107 of file msghandl.cpp.
Referenced by Pol::Network::PacketRegistry::initialize_msg_handlers().
| #define MESSAGE_HANDLER_V2 | ( | type, | |
| func | |||
| ) |
Definition at line 116 of file msghandl.cpp.
Referenced by Pol::Network::PacketRegistry::initialize_msg_handlers().
| #define MESSAGE_HANDLER_VARLEN | ( | type, | |
| func | |||
| ) |
Definition at line 112 of file msghandl.cpp.
Referenced by Pol::Network::PacketRegistry::initialize_msg_handlers().
| #define MESSAGE_HANDLER_VARLEN_V2 | ( | type, | |
| func | |||
| ) |
Definition at line 121 of file msghandl.cpp.