| 310 | |
| 311 | template <class T> |
| 312 | void RefrigerationSecondarySystem_Impl::removeTemplate(const T& modelObject, boost::optional<ModelObjectList>& modelObjectList) { |
| 313 | if (modelObjectList) { |
| 314 | modelObjectList->removeModelObject(modelObject); |
| 315 | } |
| 316 | } |
| 317 | |
| 318 | template <class T> |
| 319 | bool RefrigerationSecondarySystem_Impl::addTemplate(const T& modelObject, boost::optional<ModelObjectList>& modelObjectList) { |
nothing calls this directly
no test coverage detected