mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-24 06:06:23 +00:00
Rewritten Threading system using c++11 std instead of ACE
It also allow full compilation with clang under all supported platforms Need tests
This commit is contained in:
@@ -16,7 +16,7 @@
|
||||
|
||||
#include <ace/Reactor.h>
|
||||
|
||||
class RARunnable : public ACE_Based::Runnable
|
||||
class RARunnable : public ACORE::Runnable
|
||||
{
|
||||
public:
|
||||
RARunnable();
|
||||
|
||||
Reference in New Issue
Block a user