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:
authorr.kuznetsov <r.kuznetsov@corp.mail.ru>2018-03-28 17:51:32 +0300
committerAleksandr Zatsepin <alexzatsepin@users.noreply.github.com>2018-03-29 11:54:48 +0300
commitae6a10477b7b6ccf1b0ccc9d1120a57e8e153d14 (patch)
tree0241d80fefd3f568c08279013f84a97f71f0ac5c /indexer/ftypes_matcher.hpp
parentc132055c5dd06859b53d7fbc90d0ea016108d378 (diff)
Added hotel type to PP, remove banner from hotels
Diffstat (limited to 'indexer/ftypes_matcher.hpp')
-rw-r--r--indexer/ftypes_matcher.hpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/indexer/ftypes_matcher.hpp b/indexer/ftypes_matcher.hpp
index 15152ef2f5..c7b37c2f69 100644
--- a/indexer/ftypes_matcher.hpp
+++ b/indexer/ftypes_matcher.hpp
@@ -12,6 +12,8 @@
#include "std/utility.hpp"
#include "std/vector.hpp"
+#include <boost/optional.hpp>
+
namespace feature { class TypesHolder; }
class FeatureType;
@@ -173,6 +175,8 @@ public:
unsigned GetHotelTypesMask(FeatureType const & ft) const;
+ boost::optional<Type> GetHotelType(FeatureType const & ft) const;
+
DECLARE_CHECKER_INSTANCE(IsHotelChecker);
private:
IsHotelChecker();