------------------- EntityLink::c-tor also register a copy of the link
| 31 | // also register a copy of the link |
| 32 | // |
| 33 | EntityLink::EntityLink(EntityLink const& other) |
| 34 | { |
| 35 | *this = other; |
| 36 | } |
| 37 | |
| 38 | //---------------- |
| 39 | // EntityLink:: = |
nothing calls this directly
no outgoing calls
no test coverage detected