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>2011-10-25 17:57:03 +0400
committerAlex Zolotarev <alex@maps.me>2015-09-23 01:26:43 +0300
commit110568a93d27c9685e765d5ac789ff263cd1a083 (patch)
tree6b7796fe045a2a1888fc2c534d460b122c820cd0 /indexer/index.hpp
parent5f8f2936716f0189947ebb0018c9818d30ff8345 (diff)
Add some needed selectors.
Diffstat (limited to 'indexer/index.hpp')
-rw-r--r--indexer/index.hpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/indexer/index.hpp b/indexer/index.hpp
index e734a4c789..68479f77f7 100644
--- a/indexer/index.hpp
+++ b/indexer/index.hpp
@@ -22,10 +22,12 @@ public:
IndexFactory m_factory;
MwmValue(string const & name);
+
inline feature::DataHeader const & GetHeader() const
{
return m_factory.GetHeader();
}
+ inline string GetFileName() const { return m_cont.GetFileName(); }
};
class Index : public MwmSet