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

Method OnReturn

src/FTPClientWrapperSSL.cpp:355–362  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

353}
354
355int FTPClientWrapperSSL::OnReturn(int ret) {
356 ret = FTPClientWrapper::OnReturn(ret);
357 m_client.SetAborted(FALSE);
358
359 //m_client.ClearResponseList();
360
361 return ret;
362}
363
364
365int FTPClientWrapperSSL::SetMode(CUT_FTPClient::FTPSMode mode) {

Callers

nothing calls this directly

Calls 1

SetAbortedMethod · 0.80

Tested by

no test coverage detected