1
This commit is contained in:
parent
c223321463
commit
fca3fd62ae
@ -77,8 +77,7 @@ public:
|
|||||||
a8::Args
|
a8::Args
|
||||||
(
|
(
|
||||||
{
|
{
|
||||||
socket_handle,
|
socket_handle
|
||||||
1
|
|
||||||
}
|
}
|
||||||
));
|
));
|
||||||
}
|
}
|
||||||
@ -119,10 +118,8 @@ void GGListener::Init()
|
|||||||
(IM_GGListenerError,
|
(IM_GGListenerError,
|
||||||
[] (const a8::Args& args)
|
[] (const a8::Args& args)
|
||||||
{
|
{
|
||||||
// 777
|
int error_id = args.Get<int>(0);
|
||||||
#if 0
|
GGListener::Instance()->OnListenError(error_id);
|
||||||
GGListener::Instance()->OnListenError(param.param1);
|
|
||||||
#endif
|
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user