mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-18 08:28:32 +01:00
Core/Databases: Removed ACE dependencies on some of the database handling code.
This commit is contained in:
@@ -34,6 +34,8 @@
|
||||
#include "Timer.h"
|
||||
#include "Log.h"
|
||||
|
||||
#include <ace/OS_NS_unistd.h>
|
||||
|
||||
MySQLConnection::MySQLConnection(MySQLConnectionInfo& connInfo) :
|
||||
m_reconnecting(false),
|
||||
m_prepareError(false),
|
||||
|
||||
Reference in New Issue
Block a user