| 314 | } |
| 315 | |
| 316 | void NetObject::onRemove() |
| 317 | { |
| 318 | while(mFirstObjectRef) |
| 319 | mFirstObjectRef->connection->detachObject(mFirstObjectRef); |
| 320 | |
| 321 | Parent::onRemove(); |
| 322 | } |
| 323 | |
| 324 | //----------------------------------------------------------------------------- |
| 325 |
nothing calls this directly
no test coverage detected