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

Method SetTimeout

src/FTPClientWrapper.cpp:50–53  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

48}
49
50int FTPClientWrapper::SetTimeout(int timeout) {
51 m_timeout = timeout;
52 return 0;
53}
54
55int FTPClientWrapper::SetProgressMonitor(ProgressMonitor * progmon) {
56 m_progmon = progmon;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected