| 223 | }; |
| 224 | |
| 225 | COutputStream::COutputStream(const tstring& strEolCharacterSequence, const tstring& strStreamName) : |
| 226 | m_spPimpl(new CPimpl(strEolCharacterSequence, strStreamName)) |
| 227 | { |
| 228 | } |
| 229 | |
| 230 | COutputStream::~COutputStream() {} |
| 231 |
nothing calls this directly
no outgoing calls
no test coverage detected