static*/
| 5448 | */ |
| 5449 | |
| 5450 | /*static*/ void Transport::exit_handler() { |
| 5451 | TRACE("Transport::exit_handler()"); |
| 5452 | if (!_owner.is_connected_to_shared_instance()) { |
| 5453 | persist_data(); |
| 5454 | } |
| 5455 | detach_interfaces(); |
| 5456 | } |
| 5457 | |
| 5458 | /*p |
| 5459 |
nothing calls this directly
no test coverage detected