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

Method Abort

src/FTPClientWrapperSSL.cpp:346–353  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

344}
345
346int FTPClientWrapperSSL::Abort() {
347 int ret = FTPClientWrapper::Abort();
348 if (ret == -1)
349 return -1;
350
351 m_client.SetAborted(TRUE);
352 return 0;
353}
354
355int FTPClientWrapperSSL::OnReturn(int ret) {
356 ret = FTPClientWrapper::OnReturn(ret);

Callers

nothing calls this directly

Calls 1

SetAbortedMethod · 0.80

Tested by

no test coverage detected