Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mapsme/omim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorExMix <rahuba.youri@mapswithme.com>2013-10-28 13:30:28 +0400
committerAlex Zolotarev <alex@maps.me>2015-09-23 02:04:21 +0300
commit49bebaa308f4ccf5d0f4220b16ad01cf58a3d8b8 (patch)
tree7e339b63a65d69d441e0795e21388aed55a44129 /map/mwm_tests
parent609e24d158b06a6411b7eef0e98f577fd77b72b1 (diff)
[drape] rename strange thread pool to SimpleThreadPool
Diffstat (limited to 'map/mwm_tests')
-rw-r--r--map/mwm_tests/multithread_mwm_test.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/map/mwm_tests/multithread_mwm_test.cpp b/map/mwm_tests/multithread_mwm_test.cpp
index ff2df972ab..c59eab4423 100644
--- a/map/mwm_tests/multithread_mwm_test.cpp
+++ b/map/mwm_tests/multithread_mwm_test.cpp
@@ -74,7 +74,7 @@ namespace
srand(666);
size_t const count = 20;
- threads::ThreadPool pool(count);
+ threads::SimpleThreadPool pool(count);
for (size_t i = 0; i < count; ++i)
pool.Add(new FeaturesLoader(src));