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:
authorIlya Grechuhin <i.grechuhin@gmail.com>2016-04-28 17:55:26 +0300
committerAlex Zolotarev <alex@maps.me>2016-05-01 10:28:03 +0300
commit3161e3b1d1fae084a9b196dd899d94dda3d176c6 (patch)
tree0dd822a62dcdfd1cb147d91e53e1e1c73d06de9b /storage
parent912dc82ad0797f252a12fe5e354947ad37bd1afc (diff)
Updated cellular download to use storage download policy.
Diffstat (limited to 'storage')
-rw-r--r--storage/downloading_policy.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/storage/downloading_policy.cpp b/storage/downloading_policy.cpp
index 1a0bd68ae1..a51567f178 100644
--- a/storage/downloading_policy.cpp
+++ b/storage/downloading_policy.cpp
@@ -8,7 +8,7 @@ bool StorageDownloadingPolicy::IsDownloadingAllowed() const
!IsCellularDownloadEnabled());
}
-void StorageDownloadingPolicy::ProcessFailedCountries(
+void StorageDownloadingPolicy::ScheduleRetry(
storage::TCountriesSet const & failedCountries, TProcessFunc const & func)
{
if (IsDownloadingAllowed() && !failedCountries.empty() && m_autoRetryCounter > 0)