| 515 | } |
| 516 | |
| 517 | void RefrigerationSystem_Impl::removeHighStageCompressor(const RefrigerationCompressor& refrigerationHighStageCompressor) { |
| 518 | boost::optional<ModelObjectList> modelObjectList = highStageCompressorList(); |
| 519 | removeTemplate<RefrigerationCompressor>(refrigerationHighStageCompressor, modelObjectList); |
| 520 | } |
| 521 | |
| 522 | void RefrigerationSystem_Impl::removeAllHighStageCompressors() { |
| 523 | boost::optional<ModelObjectList> modelObjectList = highStageCompressorList(); |
no outgoing calls