Core: Converted (hopefully) all remaining singletons to use ACE_Singleton class

--HG--
branch : trunk
This commit is contained in:
Shauren
2010-12-22 20:52:47 +01:00
parent 7b4e1c6387
commit 0948fc5bbe
6 changed files with 28 additions and 57 deletions

View File

@@ -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