| 920 | } |
| 921 | |
| 922 | bool RefrigerationWalkIn_Impl::addToSystem(RefrigerationSystem& system) { |
| 923 | return system.addWalkin(this->getObject<RefrigerationWalkIn>()); |
| 924 | } |
| 925 | |
| 926 | void RefrigerationWalkIn_Impl::removeFromSystem() { |
| 927 | boost::optional<RefrigerationSystem> refrigerationSystem = system(); |