| 209 | } |
| 210 | |
| 211 | void HierarchyLinesBuilder::SetCountry(storage::CountryId const & country) |
| 212 | { |
| 213 | m_countryName = country; |
| 214 | } |
| 215 | |
| 216 | void HierarchyLinesBuilder::SetHierarchyEntryEnricher(std::unique_ptr<HierarchyEntryEnricher> && enricher) |
| 217 | { |