summaryrefslogtreecommitdiff
path: root/src/common/Database/DatabaseWorkerPool.cpp
diff options
context:
space:
mode:
authorKargatum <dowlandtop@yandex.com>2020-11-17 16:59:58 +0700
committerGitHub <noreply@github.com>2020-11-17 16:59:58 +0700
commit7f26c9ddaddb99fb47c6738c997e2fd2dbd876e4 (patch)
tree2840040cb71b3735ff7a1d6447fc5273831bf676 /src/common/Database/DatabaseWorkerPool.cpp
parent0bee5af962c012085dc3c79a9ca95c7903a24863 (diff)
refactor(Core/Common): restyle tools with astyle (#3706)
Diffstat (limited to 'src/common/Database/DatabaseWorkerPool.cpp')
-rw-r--r--src/common/Database/DatabaseWorkerPool.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/common/Database/DatabaseWorkerPool.cpp b/src/common/Database/DatabaseWorkerPool.cpp
index b687895738..d3a301c430 100644
--- a/src/common/Database/DatabaseWorkerPool.cpp
+++ b/src/common/Database/DatabaseWorkerPool.cpp
@@ -10,8 +10,7 @@
#define MIN_MYSQL_SERVER_VERSION 50600u
#define MIN_MYSQL_CLIENT_VERSION 50600u
-template <class T>
-DatabaseWorkerPool<T>::DatabaseWorkerPool() :
+template <class T> DatabaseWorkerPool<T>::DatabaseWorkerPool() :
_mqueue(new ACE_Message_Queue<ACE_SYNCH>(2 * 1024 * 1024, 2 * 1024 * 1024)),
_queue(new ACE_Activation_Queue(_mqueue))
{