| 2263 | } |
| 2264 | |
| 2265 | void Model::addVersionObject() { |
| 2266 | getUniqueModelObject<Version>(); |
| 2267 | } |
| 2268 | |
| 2269 | void Model::connect(ModelObject sourceObject, unsigned sourcePort, ModelObject targetObject, unsigned targetPort) const { |
| 2270 | getImpl<detail::Model_Impl>()->connect(*this, sourceObject, sourcePort, targetObject, targetPort); |