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:
authorvng <viktor.govako@gmail.com>2014-09-02 19:38:56 +0400
committerAlex Zolotarev <alex@maps.me>2015-09-23 02:26:36 +0300
commita576342b803f00e043411e3ba13c06103a915f28 (patch)
treea0552a5a2a4ccc0f3d0aa1d54f30469ff1513b48 /coding/file_container.hpp
parentf0a748ebb69a4e7cc9e24888ba5edb580126c034 (diff)
[generator] Generate .mwm.osm2ft file for mapping ways from OSM to Feature ID.
Diffstat (limited to 'coding/file_container.hpp')
-rw-r--r--coding/file_container.hpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/coding/file_container.hpp b/coding/file_container.hpp
index 722c0cee65..aa42a0f4a9 100644
--- a/coding/file_container.hpp
+++ b/coding/file_container.hpp
@@ -128,6 +128,8 @@ public:
/// @precondition Container should be opened with FileWriter::OP_WRITE_EXISTING.
void DeleteSection(Tag const & tag);
+ inline string const & GetFileName() const { return m_name; }
+
private:
uint64_t SaveCurrentSize();