| 446 | ///////////////////////////////////////////////////////////////////////////// |
| 447 | |
| 448 | FtpSSLWrapper::FtpSSLWrapper() : |
| 449 | CUT_FTPClient(), |
| 450 | m_isAborted(FALSE), |
| 451 | m_progmon(NULL), |
| 452 | m_currentTotal(-1), |
| 453 | m_certificates(NULL) |
| 454 | { |
| 455 | } |
| 456 | |
| 457 | FtpSSLWrapper::~FtpSSLWrapper() { |
| 458 | } |
nothing calls this directly
no outgoing calls
no test coverage detected