MCPcopy Create free account
hub / github.com/Predelnik/DSpellCheck / COutputStream

Method COutputStream

deps/FtpClient/FTPClient.cpp:225–228  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected