| 48 | } |
| 49 | |
| 50 | int FTPClientWrapper::SetTimeout(int timeout) { |
| 51 | m_timeout = timeout; |
| 52 | return 0; |
| 53 | } |
| 54 | |
| 55 | int FTPClientWrapper::SetProgressMonitor(ProgressMonitor * progmon) { |
| 56 | m_progmon = progmon; |
nothing calls this directly
no outgoing calls
no test coverage detected