mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-18 00:18:43 +01:00
Core: Converted (hopefully) all remaining singletons to use ACE_Singleton class
--HG-- branch : trunk
This commit is contained in:
@@ -21,16 +21,6 @@
|
||||
#include "ObjectMgr.h"
|
||||
#include "DatabaseEnv.h"
|
||||
|
||||
SystemMgr::SystemMgr()
|
||||
{
|
||||
}
|
||||
|
||||
SystemMgr& SystemMgr::Instance()
|
||||
{
|
||||
static SystemMgr pSysMgr;
|
||||
return pSysMgr;
|
||||
}
|
||||
|
||||
void SystemMgr::LoadVersion()
|
||||
{
|
||||
//Get Version information
|
||||
|
||||
Reference in New Issue
Block a user