mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-21 09:44:45 +01:00
Get rid of Trinity Singleton and Threading patterns and replace them with ACE_Singletons and ACE_GUARD_x macro´s with ACE_Thread_Mutex´es respectively.
Also get rid of unused CountedReference class that used Trinity threading pattern. --HG-- branch : trunk
This commit is contained in:
@@ -33,7 +33,6 @@
|
||||
#include "WorldSocketMgr.h"
|
||||
#include "Configuration/ConfigEnv.h"
|
||||
#include "Database/DatabaseEnv.h"
|
||||
#include "SingletonImp.h"
|
||||
|
||||
#include "CliRunnable.h"
|
||||
#include "Log.h"
|
||||
@@ -58,8 +57,6 @@ extern int m_ServiceStatus;
|
||||
/// \todo Warning disabling not useful under VC++2005. Can somebody say on which compiler it is useful?
|
||||
#pragma warning(disable:4305)
|
||||
|
||||
INSTANTIATE_SINGLETON_1( Master );
|
||||
|
||||
volatile uint32 Master::m_masterLoopCounter = 0;
|
||||
|
||||
/// Handle cored's termination signals
|
||||
|
||||
Reference in New Issue
Block a user