This commit is contained in:
aozhiwei 2019-05-14 17:33:25 +08:00
parent fef5df535a
commit 6223f2f4e5

View File

@ -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);
}