mirror of
https://github.com/mangosfour/server.git
synced 2025-12-13 04:37:00 +00:00
[7810] Moved ZThread related code on ACE framework.
Remove ZThread source code from mangos. Signed-off-by: AlexDereka <dereka.alex@gmail.com>
This commit is contained in:
parent
f117ce3420
commit
2aff48cc5d
182 changed files with 684 additions and 21041 deletions
|
|
@ -21,9 +21,8 @@
|
|||
|
||||
#include "Common.h"
|
||||
|
||||
#include "zthread/LockedQueue.h"
|
||||
#include "zthread/FastMutex.h"
|
||||
#include "zthread/Thread.h"
|
||||
#include "ace/Thread_Mutex.h"
|
||||
#include "LockedQueue.h"
|
||||
#include <queue>
|
||||
#include "Utilities/Callback.h"
|
||||
|
||||
|
|
@ -70,7 +69,7 @@ class SqlResultQueue; /// queue for thread
|
|||
class SqlQueryHolder; /// groups several async quries
|
||||
class SqlQueryHolderEx; /// points to a holder, added to the delay thread
|
||||
|
||||
class SqlResultQueue : public ZThread::LockedQueue<MaNGOS::IQueryCallback*, ZThread::FastMutex>
|
||||
class SqlResultQueue : public ACE_Based::LockedQueue<MaNGOS::IQueryCallback* , ACE_Thread_Mutex>
|
||||
{
|
||||
public:
|
||||
SqlResultQueue() {}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue