| 316 | } |
| 317 | |
| 318 | INamespace* EntityNode::getNamespace() const { |
| 319 | return _namespaceManager.getNamespace(); |
| 320 | } |
| 321 | |
| 322 | void EntityNode::connectNameObservers() { |
| 323 | _namespaceManager.connectNameObservers(); |
no outgoing calls
no test coverage detected