| 261 | } |
| 262 | |
| 263 | boost::optional<ModelObject> RefrigerationSystem_Impl::refrigerationCondenser() const { |
| 264 | return optionalRefrigerationCondenser(); |
| 265 | } |
| 266 | |
| 267 | ModelObjectList RefrigerationSystem_Impl::compressorList() const { |
| 268 | boost::optional<ModelObjectList> value = optionalCompressorList(); |
no outgoing calls