| 488 | } |
| 489 | |
| 490 | bool Surface_Impl::setWindExposure(const std::string& windExposure) { |
| 491 | return setWindExposure(windExposure, true); |
| 492 | } |
| 493 | |
| 494 | bool Surface_Impl::setWindExposure(const std::string& windExposure, bool driverMethod) { |
| 495 | bool result = setString(OS_SurfaceFields::WindExposure, windExposure, true); |
no test coverage detected