| 495 | } |
| 496 | |
| 497 | bool SpaceType_Impl::setStandardsSpaceType(const std::string& standardsSpaceType) { |
| 498 | bool test = setString(OS_SpaceTypeFields::StandardsSpaceType, standardsSpaceType); |
| 499 | OS_ASSERT(test); |
| 500 | return test; |
| 501 | } |
| 502 | |
| 503 | void SpaceType_Impl::resetStandardsSpaceType() { |
| 504 | bool test = setString(OS_SpaceTypeFields::StandardsSpaceType, ""); |
no outgoing calls