| 265 | } |
| 266 | |
| 267 | string VehicleModelFactory::GetParent(string const & country) const |
| 268 | { |
| 269 | if (!m_countryParentNameGetterFn) |
| 270 | return string(); |
| 271 | return m_countryParentNameGetterFn(country); |
| 272 | } |
| 273 | |
| 274 | HighwayBasedFactors GetOneFactorsForBicycleAndPedestrianModel() |
| 275 | { |
no outgoing calls