| 478 | } |
| 479 | |
| 480 | void |
| 481 | SerialStreamBuf::SetCharacterSize(const CharacterSize& characterSize) |
| 482 | { |
| 483 | mImpl->SetCharacterSize(characterSize) ; |
| 484 | } |
| 485 | |
| 486 | CharacterSize |
| 487 | SerialStreamBuf::GetCharacterSize() const |
nothing calls this directly
no outgoing calls
no test coverage detected