feat(Core): replace ACE network with Boost.Asio (#6574)
This commit is contained in:
parent
7449496bb5
commit
8568c4fb33
64 changed files with 3242 additions and 4712 deletions
|
|
@ -4,7 +4,7 @@
|
|||
*/
|
||||
|
||||
#include "DatabaseWorker.h"
|
||||
#include "ProducerConsumerQueue.h"
|
||||
#include "PCQueue.h"
|
||||
#include "SQLOperation.h"
|
||||
|
||||
DatabaseWorker::DatabaseWorker(ProducerConsumerQueue<SQLOperation*>* newQueue, MySQLConnection* connection)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue