| 464 | } |
| 465 | |
| 466 | unsigned ZoneHVACComponent::outletPort() const { |
| 467 | return getImpl<detail::ZoneHVACComponent_Impl>()->outletPort(); |
| 468 | } |
| 469 | |
| 470 | boost::optional<ThermalZone> ZoneHVACComponent::thermalZone() const { |
| 471 | return getImpl<detail::ZoneHVACComponent_Impl>()->thermalZone(); |
no outgoing calls
no test coverage detected