TrinityCore
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
WorldSocketMgr.cpp File Reference
#include "Config.h"
#include "NetworkThread.h"
#include "ScriptMgr.h"
#include "WorldSocket.h"
#include "WorldSocketMgr.h"
#include <boost/system/error_code.hpp>
+ Include dependency graph for WorldSocketMgr.cpp:

Classes

class  WorldSocketThread
 

Functions

static void OnSocketAccept (tcp::socket &&sock, uint32 threadIndex)
 

Function Documentation

static void OnSocketAccept ( tcp::socket &&  sock,
uint32  threadIndex 
)
static
28 {
29  sWorldSocketMgr.OnSocketOpen(std::forward<tcp::socket>(sock), threadIndex);
30 }
#define sWorldSocketMgr
Definition: WorldSocketMgr.h:62

+ Here is the caller graph for this function: