| 134 | } |
| 135 | |
| 136 | const ACE_Message_Block* |
| 137 | TransportSendControlElement::msg() const |
| 138 | { |
| 139 | DBG_ENTRY_LVL("TransportSendControlElement", "msg", 6); |
| 140 | if (dcps_elem_) { |
| 141 | return dcps_elem_->get_sample(); |
| 142 | } |
| 143 | return msg_.get(); |
| 144 | } |
| 145 | |
| 146 | const ACE_Message_Block* |
| 147 | TransportSendControlElement::msg_payload() const |
nothing calls this directly
no test coverage detected