1
This commit is contained in:
parent
a1c591dd5f
commit
579efb2289
@ -341,5 +341,12 @@ namespace f8
|
||||
free(buff);
|
||||
return sizeof(WSProxyPackHead_S) + packlen;
|
||||
}
|
||||
|
||||
int Net_SendProxyMsg(a8::TcpListener* tcp_tlistener, int socket_handle,
|
||||
unsigned int seqid, unsigned short error_code,
|
||||
unsigned short msgid, const std::string& data)
|
||||
{
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -136,4 +136,8 @@ namespace f8
|
||||
int Net_SendProxyMsg(a8::TcpListener* tcp_tlistener, int socket_handle,
|
||||
unsigned int seqid, unsigned short error_code,
|
||||
unsigned short msgid, ::google::protobuf::Message& msg);
|
||||
int Net_SendProxyMsg(a8::TcpListener* tcp_tlistener, int socket_handle,
|
||||
unsigned int seqid, unsigned short error_code,
|
||||
unsigned short msgid, const std::string& data);
|
||||
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user