TrinityCore
DBUpdater.cpp File Reference
#include "DBUpdater.h"
#include "BuiltInConfig.h"
#include "Config.h"
#include "DatabaseEnv.h"
#include "DatabaseLoader.h"
#include "GitRevision.h"
#include "Log.h"
#include "QueryResult.h"
#include "StartProcess.h"
#include "UpdateFetcher.h"
#include <boost/filesystem/operations.hpp>
#include <fstream>
#include <iostream>
+ Include dependency graph for DBUpdater.cpp:

Go to the source code of this file.

Variables

template class TC_DATABASE_API DBUpdater< LoginDatabaseConnection >
 
template class TC_DATABASE_API DBUpdater< WorldDatabaseConnection >
 
template class TC_DATABASE_API DBUpdater< CharacterDatabaseConnection >
 
template class TC_DATABASE_API DBUpdater< HotfixDatabaseConnection >
 

Variable Documentation

◆ DBUpdater< CharacterDatabaseConnection >

Definition at line 444 of file DBUpdater.cpp.

◆ DBUpdater< HotfixDatabaseConnection >

Definition at line 445 of file DBUpdater.cpp.

◆ DBUpdater< LoginDatabaseConnection >

Definition at line 442 of file DBUpdater.cpp.

◆ DBUpdater< WorldDatabaseConnection >

Definition at line 443 of file DBUpdater.cpp.