MCPcopy Create free account
hub / github.com/ashkulz/NppFTP / FtpSSLWrapper

Method FtpSSLWrapper

src/FTPClientWrapperSSL.cpp:448–455  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

446/////////////////////////////////////////////////////////////////////////////
447
448FtpSSLWrapper::FtpSSLWrapper() :
449 CUT_FTPClient(),
450 m_isAborted(FALSE),
451 m_progmon(NULL),
452 m_currentTotal(-1),
453 m_certificates(NULL)
454{
455}
456
457FtpSSLWrapper::~FtpSSLWrapper() {
458}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected