Remove legacy LoadTypes (RIPD-365)

This commit is contained in:
Nik Bougalis
2014-11-24 22:40:30 -08:00
parent d26fae9875
commit 91ce7807b9
8 changed files with 12 additions and 196 deletions

View File

@@ -324,7 +324,7 @@ public:
, mValidations (make_Validations ())
, m_loadManager (LoadManager::New (*this, m_logs.journal("LoadManager")))
, m_loadManager (make_LoadManager (*this, m_logs.journal("LoadManager")))
, m_sweepTimer (this)