| 471 | } |
| 472 | |
| 473 | bool Surface_Impl::setSunExposure(const std::string& sunExposure) { |
| 474 | return setSunExposure(sunExposure, true); |
| 475 | } |
| 476 | |
| 477 | bool Surface_Impl::setSunExposure(const std::string& sunExposure, bool driverMethod) { |
| 478 | bool result = setString(OS_SurfaceFields::SunExposure, sunExposure, true); |
no test coverage detected