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:
authorgovako <vng@maps.me>2015-07-17 13:53:07 +0300
committerAlex Zolotarev <alex@maps.me>2015-09-23 02:56:25 +0300
commit806c409a08b536b1e24b8a2a094e3f30eb942f5c (patch)
tree47e7b201738fffd8eed1c4d6bf2e30283f4d3790 /map/framework.hpp
parent5f761e7a0ef346d88fa4643a4183580ad94ba331 (diff)
Merge pull request #1230 from gorshenin/mwm-set-and-storage-sync-fix
[storage, index, release bugfix Fixed sync between MwmSet and Storage.
Diffstat (limited to 'map/framework.hpp')
-rw-r--r--map/framework.hpp5
1 files changed, 3 insertions, 2 deletions
diff --git a/map/framework.hpp b/map/framework.hpp
index 7a8055d3bb..b71a26bb41 100644
--- a/map/framework.hpp
+++ b/map/framework.hpp
@@ -136,8 +136,9 @@ protected:
/// How many pixels around touch point are used to get bookmark or POI
static const int TOUCH_PIXEL_RADIUS = 20;
- /// This function is called by m_storage to notify that country downloading is finished.
- void UpdateAfterDownload(platform::LocalCountryFile const & localFile);
+ /// This function is called by m_storage when latest local files
+ /// were changed.
+ void UpdateLatestCountryFile(platform::LocalCountryFile const & localFile);
/// This function is called by m_model when the map file is deregistered.
void OnMapDeregistered(platform::LocalCountryFile const & localFile);