| 1654 | } |
| 1655 | |
| 1656 | bool Storage::IsDisputed(CountryTree::Node const & node) const |
| 1657 | { |
| 1658 | CountryTree::NodesBufferT found; |
| 1659 | m_countries.Find(node.Value().Name(), found); |
| 1660 | return found.size() > 1; |
| 1661 | } |
| 1662 | |
| 1663 | bool Storage::IsCountryLeaf(CountryTree::Node const & node) |
| 1664 | { |