1
This commit is contained in:
parent
e75261e41e
commit
347468970b
@ -11,7 +11,7 @@
|
|||||||
#include "jsondatamgr.h"
|
#include "jsondatamgr.h"
|
||||||
#include "handlermgr.h"
|
#include "handlermgr.h"
|
||||||
|
|
||||||
class GCClientSession: public a8::MixedSession
|
class GGClientSession: public a8::MixedSession
|
||||||
{
|
{
|
||||||
public:
|
public:
|
||||||
|
|
||||||
@ -71,7 +71,7 @@ public:
|
|||||||
|
|
||||||
static void CreateGameClientSocket(a8::TcpSession **p)
|
static void CreateGameClientSocket(a8::TcpSession **p)
|
||||||
{
|
{
|
||||||
*p = new GCClientSession();
|
*p = new GGClientSession();
|
||||||
}
|
}
|
||||||
|
|
||||||
static void GSListeneron_error(a8::TcpListener*, int type, int errorid)
|
static void GSListeneron_error(a8::TcpListener*, int type, int errorid)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user