- Fix Linux build (huge thanks to Aokromes for testing as always)

- Some work towards resolving the crash on shutdown by implementing a shutdown task

--HG--
branch : trunk
This commit is contained in:
Machiavelli
2010-08-19 00:13:09 +02:00
parent fb9c6c96c7
commit 3932fc8c83
9 changed files with 38 additions and 23 deletions

View File

@@ -40,7 +40,6 @@ m_Mysql(NULL)
MySQLConnection::~MySQLConnection()
{
delete m_worker;
}
bool MySQLConnection::Open(const std::string& infoString)