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:
authorMaxim Pimenov <m@maps.me>2016-09-20 20:24:53 +0300
committerMaxim Pimenov <m@maps.me>2016-09-26 13:20:19 +0300
commitf3be6799ba37fa766dfdd5ec263603ba3cd45006 (patch)
treeffb025f27cdfe2e2a6fcee34ec67ffde3c9a0bc7 /indexer/editable_map_object.hpp
parent48bfcabc59ae2f4e68baaeb97add7f4b789d6342 (diff)
Added a test.
Diffstat (limited to 'indexer/editable_map_object.hpp')
-rw-r--r--indexer/editable_map_object.hpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/indexer/editable_map_object.hpp b/indexer/editable_map_object.hpp
index 0ae8e39714..d003fa8894 100644
--- a/indexer/editable_map_object.hpp
+++ b/indexer/editable_map_object.hpp
@@ -109,6 +109,7 @@ public:
string const & GetHouseNumber() const;
string GetPostcode() const;
string GetWikipedia() const;
+ uint64_t GetTestId() const;
void SetEditableProperties(osm::EditableProperties const & props);
// void SetFeatureID(FeatureID const & fid);
@@ -142,6 +143,8 @@ public:
void SetCuisines(vector<string> const & cuisine);
void SetOpeningHours(string const & openingHours);
+ void SetTestId(uint64_t const & id);
+
/// Special mark that it's a point feature, not area or line.
void SetPointType();
/// Enables advanced mode with direct access to default name and disables any recalculations.