feat(Core): replace ACE network with Boost.Asio (#6574)
This commit is contained in:
parent
7449496bb5
commit
8568c4fb33
64 changed files with 3242 additions and 4712 deletions
|
|
@ -12,7 +12,7 @@
|
|||
#include "Chat.h"
|
||||
#include "CliRunnable.h"
|
||||
#include "Common.h"
|
||||
#include "Configuration/Config.h"
|
||||
#include "Config.h"
|
||||
#include "Language.h"
|
||||
#include "Log.h"
|
||||
#include "MapManager.h"
|
||||
|
|
@ -124,7 +124,7 @@ int kb_hit_return()
|
|||
#endif
|
||||
|
||||
/// %Thread start
|
||||
void CliRunnable::run()
|
||||
void CliThread()
|
||||
{
|
||||
///- Display the list of available CLI functions then beep
|
||||
//TC_LOG_INFO("server.worldserver", "");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue