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>2014-10-13 11:45:39 +0400
committerAlex Zolotarev <alex@maps.me>2015-09-23 02:30:21 +0300
commit67b4b0651e1445852a53b2961cb13da0a3e0e1e6 (patch)
tree6ea44be5005544764f415ffd8b89d2e6907d90ec /map/active_maps_layout.hpp
parent4307c13006b66eb5a230fb1a2261fbfa25eb9eea (diff)
[core] downloader API
Diffstat (limited to 'map/active_maps_layout.hpp')
-rw-r--r--map/active_maps_layout.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/map/active_maps_layout.hpp b/map/active_maps_layout.hpp
index d975990655..70a005f5bd 100644
--- a/map/active_maps_layout.hpp
+++ b/map/active_maps_layout.hpp
@@ -41,6 +41,7 @@ public:
ActiveMapsLayout(Framework & framework);
~ActiveMapsLayout();
+ size_t GetSizeToUpdateAllInBytes() const;
void UpdateAll();
void CancelAll();