| 37 | // |
| 38 | //***************************************************************************** |
| 39 | COutputStringStream::COutputStringStream() |
| 40 | : mpImpl( new COutputStringStreamImpl ) |
| 41 | { |
| 42 | } |
| 43 | |
| 44 | //***************************************************************************** |
| 45 | // |
nothing calls this directly
no outgoing calls
no test coverage detected