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

Method SetProgressMonitor

src/FTPClientWrapperSSL.cpp:57–61  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

55}
56
57int FTPClientWrapperSSL::SetProgressMonitor(ProgressMonitor * progmon) {
58 int ret = FTPClientWrapper::SetProgressMonitor(progmon);
59 ret = m_client.SetProgressMonitor(progmon);
60 return ret;
61}
62
63int FTPClientWrapperSSL::SetCertificates(vX509 * x509Vect) {
64 int ret = FTPClientWrapper::SetCertificates(x509Vect);

Callers 1

CloneMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected