mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-25 22:56:24 +00:00
feat(Core): replace ACE network with Boost.Asio (#6574)
This commit is contained in:
@@ -11,14 +11,8 @@
|
||||
#ifndef __CLIRUNNABLE_H
|
||||
#define __CLIRUNNABLE_H
|
||||
|
||||
#include "Threading.h"
|
||||
|
||||
/// Command Line Interface handling thread
|
||||
class CliRunnable : public Acore::Runnable
|
||||
{
|
||||
public:
|
||||
void run() override;
|
||||
};
|
||||
void CliThread();
|
||||
|
||||
#endif
|
||||
|
||||
|
||||
Reference in New Issue
Block a user