| 699 | } |
| 700 | |
| 701 | bool RefrigerationAirChiller_Impl::addToSystem(RefrigerationSystem& system) { |
| 702 | return system.addAirChiller(this->getObject<RefrigerationAirChiller>()); |
| 703 | } |
| 704 | |
| 705 | void RefrigerationAirChiller_Impl::removeFromSystem() { |
| 706 | boost::optional<RefrigerationSystem> refrigerationSystem = system(); |
nothing calls this directly
no test coverage detected