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 'storage/storage.hpp')
-rw-r--r--storage/storage.hpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/storage/storage.hpp b/storage/storage.hpp
index 1f1240948b..f63056aed4 100644
--- a/storage/storage.hpp
+++ b/storage/storage.hpp
@@ -662,6 +662,8 @@ private:
void LoadDiffScheme();
void ApplyDiff(TCountryId const & countryId, function<void(bool isSuccess)> const & fn);
+ // Should be called once on startup, downloading process should be suspended until this method
+ // was not called. Do not call this method manually.
void OnDiffStatusReceived(diffs::Status const status) override;
};