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

Method SetProgressMonitor

src/FTPClientWrapper.cpp:55–58  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

53}
54
55int FTPClientWrapper::SetProgressMonitor(ProgressMonitor * progmon) {
56 m_progmon = progmon;
57 return 0;
58}
59
60int FTPClientWrapper::SetCertificates(vX509 * x509Vect) {
61 m_certificates = x509Vect;

Callers 2

FTPQueueMethod · 0.45
CloneMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected