| 1626 | //----------------------------------------------------------------------------- |
| 1627 | |
| 1628 | bool SimObject::onAdd() |
| 1629 | { |
| 1630 | mFlags.set(Added); |
| 1631 | |
| 1632 | linkNamespaces(); |
| 1633 | |
| 1634 | return true; |
| 1635 | } |
| 1636 | |
| 1637 | //----------------------------------------------------------------------------- |
| 1638 |
nothing calls this directly
no test coverage detected