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:
authorVladiMihaylenko <vxmihaylenko@gmail.com>2016-12-14 11:39:07 +0300
committerИлья Гречухин <i.grechuhin@gmail.com>2016-12-14 11:45:51 +0300
commit4e90440a94753a0d8e48c31095e91934814a5ed1 (patch)
tree0b1bea3cfe22fc180110859691a4dd5e461a2571 /indexer
parent11d277a24f0abd27365da09d892f70d113168add (diff)
[ios] Statistics for banners.
Diffstat (limited to 'indexer')
-rw-r--r--indexer/banners.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/indexer/banners.hpp b/indexer/banners.hpp
index 9fb280e49a..50f2164cd8 100644
--- a/indexer/banners.hpp
+++ b/indexer/banners.hpp
@@ -19,6 +19,7 @@ public:
string GetMessageBase() const { return m_messageBase; }
string GetIconName() const { return m_iconName; }
string GetDefaultUrl() const { return m_defaultUrl; }
+ string GetId() const { return m_id; }
bool IsActive() const;
/// Replaces inline variables in the URL, uses the default banner URL if url is not specified.