Core/Databases: Removed ACE dependencies on some of the database handling code.

This commit is contained in:
Subv
2014-06-24 13:17:23 -05:00
parent 0a592dd9db
commit f03d49705d
12 changed files with 72 additions and 76 deletions

View File

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