| 946 | } |
| 947 | |
| 948 | void RefrigerationWalkIn_Impl::removeFromCompressorRack() { |
| 949 | boost::optional<RefrigerationCompressorRack> refrigerationCompressorRack = compressorRack(); |
| 950 | if (refrigerationCompressorRack) { |
| 951 | refrigerationCompressorRack.get().removeWalkin(this->getObject<RefrigerationWalkIn>()); |
| 952 | } |
| 953 | } |
| 954 | |
| 955 | } // namespace detail |
| 956 |
nothing calls this directly
no test coverage detected