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:
Diffstat (limited to 'drape_frontend/read_manager.hpp')
-rwxr-xr-xdrape_frontend/read_manager.hpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/drape_frontend/read_manager.hpp b/drape_frontend/read_manager.hpp
index e8ced849fe..ed6b6e138b 100755
--- a/drape_frontend/read_manager.hpp
+++ b/drape_frontend/read_manager.hpp
@@ -26,6 +26,8 @@ namespace df
class MapDataProvider;
class CoverageUpdateDescriptor;
+uint8_t constexpr kReadingThreadsCount = 2;
+
class ReadManager
{
public:
@@ -47,8 +49,6 @@ public:
void RemoveCustomSymbols(MwmSet::MwmId const & mwmId, std::vector<FeatureID> & leftoverIds);
void RemoveAllCustomSymbols();
- static uint32_t ReadCount();
-
private:
void OnTaskFinished(threads::IRoutine * task);
bool MustDropAllTiles(ScreenBase const & screen) const;