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:
authorAlex Zolotarev <alex@maps.me>2016-03-10 16:48:14 +0300
committerSergey Yershov <yershov@corp.mail.ru>2016-03-23 16:52:50 +0300
commit07796c573a5d79961a94fc4242edd40afbd566fb (patch)
tree2941102fd9352fa0f91941426f8af919d2efe4bb /indexer/osm_editor.hpp
parent0346f7de03196621d20fabcd8034e7f6d01363d3 (diff)
[editor] HaveSomethingToUpload for specific mwm file.
Diffstat (limited to 'indexer/osm_editor.hpp')
-rw-r--r--indexer/osm_editor.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/indexer/osm_editor.hpp b/indexer/osm_editor.hpp
index 012606e847..b8cb174711 100644
--- a/indexer/osm_editor.hpp
+++ b/indexer/osm_editor.hpp
@@ -102,6 +102,7 @@ public:
EditableProperties GetEditableProperties(FeatureType const & feature) const;
bool HaveSomethingToUpload() const;
+ bool HaveSomethingToUpload(MwmSet::MwmId const & mwmId) const;
using TChangesetTags = map<string, string>;
/// Tries to upload all local changes to OSM server in a separate thread.
/// @param[in] tags should provide additional information about client to use in changeset.