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>2015-12-09 12:18:20 +0300
committerSergey Yershov <yershov@corp.mail.ru>2016-03-23 16:03:51 +0300
commit9dfa0e5e286c789d5c19316ae26ee76d15d2efb1 (patch)
treef33b70d2fd0edefc977554a7128ec2fed3788496 /indexer/feature.hpp
parent8d84276ee2dd604949a8556ac4c9dd6017900ddf (diff)
FeatureType::SetMetadata() and SetNames().
Diffstat (limited to 'indexer/feature.hpp')
-rw-r--r--indexer/feature.hpp6
1 files changed, 6 insertions, 0 deletions
diff --git a/indexer/feature.hpp b/indexer/feature.hpp
index b64face4a3..1703d33d2a 100644
--- a/indexer/feature.hpp
+++ b/indexer/feature.hpp
@@ -156,6 +156,12 @@ public:
inline void SetID(FeatureID const & id) { m_id = id; }
inline FeatureID GetID() const { return m_id; }
+ /// @name Editor functions.
+ //@{
+ void SetNames(StringUtf8Multilang const & newNames);
+ void SetMetadata(feature::Metadata const & newMetadata);
+ //@}
+
/// @name Parse functions. Do simple dispatching to m_pLoader.
//@{
void ParseHeader2() const;