| 58 | } |
| 59 | |
| 60 | int FTPClientWrapper::SetCertificates(vX509 * x509Vect) { |
| 61 | m_certificates = x509Vect; |
| 62 | return 0; |
| 63 | } |
| 64 | |
| 65 | int FTPClientWrapper::ReleaseDir(FTPFile* files, int /*size*/) { |
| 66 | if (!files) |
nothing calls this directly
no outgoing calls
no test coverage detected