| 2455 | } |
| 2456 | |
| 2457 | void |
| 2458 | DataWriterImpl::control_dropped(const Message_Block_Ptr&, |
| 2459 | bool /* dropped_by_transport */) |
| 2460 | { |
| 2461 | DBG_ENTRY_LVL("DataWriterImpl","control_dropped",6); |
| 2462 | controlTracker.message_dropped(); |
| 2463 | } |
| 2464 | |
| 2465 | DDS::DataWriterListener_ptr |
| 2466 | DataWriterImpl::listener_for(DDS::StatusKind kind) |
nothing calls this directly
no test coverage detected