#include "EVECollectDisp.h"
#include "../common/logsys.h"
#include "../common/PyPacket.h"
#include "../common/PyRep.h"
#include "../packets/AccountPkts.h"
#include "../packets/General.h"
#include "../packets/LSCPkts.h"
#include "../common/PyDumpVisitor.h"
#include "../common/PyXMLGenerator.h"
#include "../common/CachedObjectMgr.h"
#include "../common/RowsetReader.h"
#include "method_types.h"
#include "destiny_types.h"
Go to the source code of this file.
#define BOUND_CALL_RSP_HANDLER |
( |
|
c | ) |
m_callRspDisp[#c] = &EVECollectDispatcher::Bound_Rsp_##c; |
#define CALL_REQ_HANDLER |
( |
|
c | ) |
m_callReqDisp[#c] = &EVECollectDispatcher::Req_##c; |
#define CALL_RSP_HANDLER |
( |
|
c | ) |
m_callRspDisp[#c] = &EVECollectDispatcher::Rsp_##c; |
#define DESTINY_HANDLER |
( |
|
c | ) |
m_destinyDisp[#c] = &EVECollectDispatcher::Destiny_##c; |
#define NOTIFY_HANDLER |
( |
|
c | ) |
m_notifyDisp[#c] = &EVECollectDispatcher::Notify_##c; |