| 317 | |
| 318 | template <class T> |
| 319 | bool RefrigerationSecondarySystem_Impl::addTemplate(const T& modelObject, boost::optional<ModelObjectList>& modelObjectList) { |
| 320 | if (modelObjectList) { |
| 321 | return modelObjectList->addModelObject(modelObject); |
| 322 | } |
| 323 | return false; |
| 324 | } |
| 325 | |
| 326 | bool RefrigerationSecondarySystem_Impl::addCase(const RefrigerationCase& refrigerationCase) { |
| 327 | // From 9.2 IO ref: |
nothing calls this directly
no test coverage detected