1
This commit is contained in:
parent
b7329d0f71
commit
c55c601ffb
@ -23,7 +23,7 @@ class GSListener : public a8::Singleton<GSListener>
|
|||||||
void SendMsg(unsigned short socket_handle, T& msg)
|
void SendMsg(unsigned short socket_handle, T& msg)
|
||||||
{
|
{
|
||||||
static int msgid = ::f8::Net_GetMessageId(msg);
|
static int msgid = ::f8::Net_GetMessageId(msg);
|
||||||
f8::Net_SendMsg(tcp_listener_, socket_handle, 0, msgid, msg);
|
f8::Net_SendBigMsg(tcp_listener_, socket_handle, 0, msgid, msg);
|
||||||
}
|
}
|
||||||
|
|
||||||
void ForwardTargetConnMsg(f8::MsgHdr& hdr);
|
void ForwardTargetConnMsg(f8::MsgHdr& hdr);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user