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:
authorArsentiy Milchakov <milcars@mapswithme.com>2017-10-03 10:48:12 +0300
committerYuri Gorshenin <mipt.vi002@gmail.com>2017-10-10 16:32:21 +0300
commitc4d981a3ba209752fbe262cf3a98f56f2fa4e239 (patch)
treef771724f5837486ccd4dac4b0353f4e91457f578 /indexer/feature_data.cpp
parent444efc78d318f936c647967e3fad77679f706d47 (diff)
[generator][ugc] UGC section.
Diffstat (limited to 'indexer/feature_data.cpp')
-rw-r--r--indexer/feature_data.cpp6
1 files changed, 2 insertions, 4 deletions
diff --git a/indexer/feature_data.cpp b/indexer/feature_data.cpp
index 2be9cf0d62..f16775b001 100644
--- a/indexer/feature_data.cpp
+++ b/indexer/feature_data.cpp
@@ -31,7 +31,6 @@ string DebugPrint(TypesHolder const & holder)
s.pop_back();
return s;
}
-} // namespace feature
TypesHolder::TypesHolder(FeatureBase const & f)
: m_size(0), m_geoType(f.GetFeatureType())
@@ -57,10 +56,10 @@ bool TypesHolder::Equals(TypesHolder const & other) const
return my == his;
}
+} // namespace feature
namespace
{
-
class UselessTypesChecker
{
vector<uint32_t> m_types;
@@ -124,7 +123,6 @@ public:
return false;
}
};
-
} // namespace
namespace feature
@@ -163,7 +161,6 @@ uint8_t CalculateHeader(size_t const typesCount, uint8_t const headerGeomType,
return header;
}
-} // namespace feature
void TypesHolder::SortBySpec()
{
@@ -182,6 +179,7 @@ vector<string> TypesHolder::ToObjectNames() const
result.push_back(classif().GetReadableObjectName(type));
return result;
}
+} // namespace feature
////////////////////////////////////////////////////////////////////////////////////
// FeatureParamsBase implementation