| 359 | } |
| 360 | |
| 361 | boost::optional<std::string> Building_Impl::standardsBuildingType() const { |
| 362 | return getString(OS_BuildingFields::StandardsBuildingType, false, true); |
| 363 | } |
| 364 | |
| 365 | std::vector<std::string> Building_Impl::suggestedStandardsBuildingTypes() const { |
| 366 | // If standardsTemplate isn't set, return empty |
no outgoing calls