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:
authortatiana-kondakova <tatiana.kondakova@gmail.com>2017-11-23 17:43:21 +0300
committerVladimir Byko-Ianko <bykoianko@gmail.com>2017-11-28 17:58:36 +0300
commit7ad4a1c83d6e7075f54cd6c581991a72baf8cee9 (patch)
treed850786e19238c17620da6c95f388b9386ec8261 /indexer/fake_feature_ids.cpp
parent5947d0bf1430ddc5099a56096d3217f20574b176 (diff)
Use different featureIds for transit segments. Expose OsmEditor fake feature interval to avoid conflicts.
Diffstat (limited to 'indexer/fake_feature_ids.cpp')
-rw-r--r--indexer/fake_feature_ids.cpp9
1 files changed, 9 insertions, 0 deletions
diff --git a/indexer/fake_feature_ids.cpp b/indexer/fake_feature_ids.cpp
new file mode 100644
index 0000000000..f98c34d0b4
--- /dev/null
+++ b/indexer/fake_feature_ids.cpp
@@ -0,0 +1,9 @@
+#include "indexer/fake_feature_ids.hpp"
+
+namespace feature
+{
+// static
+uint32_t constexpr FakeFeatureIds::k20BitsOffset;
+// static
+uint32_t constexpr FakeFeatureIds::kEditorCreatedFeaturesStart;
+} // namespace feature