mirror of
https://github.com/mangosfour/server.git
synced 2025-12-25 04:37:02 +00:00
Various Cleanups (shared/Database/)
This commit is contained in:
parent
9753625fd1
commit
c334cd5ea4
25 changed files with 508 additions and 508 deletions
|
|
@ -30,12 +30,12 @@ class SqlConnection;
|
|||
|
||||
class SqlDelayThread : public ACE_Based::Runnable
|
||||
{
|
||||
typedef ACE_Based::LockedQueue<SqlOperation*, ACE_Thread_Mutex> SqlQueue;
|
||||
typedef ACE_Based::LockedQueue<SqlOperation*, ACE_Thread_Mutex> SqlQueue;
|
||||
|
||||
private:
|
||||
SqlQueue m_sqlQueue; ///< Queue of SQL statements
|
||||
Database* m_dbEngine; ///< Pointer to used Database engine
|
||||
SqlConnection * m_dbConnection; ///< Pointer to DB connection
|
||||
SqlConnection* m_dbConnection; ///< Pointer to DB connection
|
||||
volatile bool m_running;
|
||||
|
||||
//process all enqueued requests
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue