| 100 | } |
| 101 | |
| 102 | boost::optional<AirLoopHVAC> WaterToAirComponent_Impl::airLoopHVAC() const { |
| 103 | return HVACComponent_Impl::airLoopHVAC(); |
| 104 | } |
| 105 | |
| 106 | boost::optional<PlantLoop> WaterToAirComponent_Impl::plantLoop() const { |
| 107 | return HVACComponent_Impl::plantLoop(); |