1
This commit is contained in:
parent
fef5df535a
commit
6223f2f4e5
@ -1,6 +1,7 @@
|
||||
#include "precompile.h"
|
||||
|
||||
#include "gsmgr.h"
|
||||
#include "GGListener.h"
|
||||
|
||||
void GSMgr::Init()
|
||||
{
|
||||
@ -14,5 +15,6 @@ void GSMgr::UnInit()
|
||||
|
||||
void GSMgr::_SS_WSP_RequestTargetServer(f8::MsgHdr& hdr, const ss::SS_WSP_RequestTargetServer& msg)
|
||||
{
|
||||
|
||||
ss::SS_MS_ResponseTargetServer respmsg;
|
||||
GGListener::Instance()->SendProxyMsg(hdr.socket_handle, respmsg);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user