| 490 | } |
| 491 | |
| 492 | void |
| 493 | SerialStreamBuf::SetFlowControl(const FlowControl& flowControlType) |
| 494 | { |
| 495 | mImpl->SetFlowControl(flowControlType) ; |
| 496 | } |
| 497 | |
| 498 | FlowControl |
| 499 | SerialStreamBuf::GetFlowControl() const |
nothing calls this directly
no outgoing calls
no test coverage detected