MCPcopy Create free account
hub / github.com/Predelnik/DSpellCheck / DetachObserver

Method DetachObserver

deps/FtpClient/FTPClient.cpp:349–354  ·  view source on GitHub ↗

Detach an observer from the client.

Source from the content-addressed store, hash-verified

347
348/// Detach an observer from the client.
349void CFTPClient::DetachObserver(CFTPClient::CNotification* pObserver)
350{
351 ASSERT( pObserver );
352 if( pObserver )
353 m_setObserver.Detach(pObserver);
354}
355
356/// Sets the file list parser which is used for parsing the results of the LIST command.
357void CFTPClient::SetFileListParser(std::unique_ptr<IFileListParser> apFileListParser)

Callers 1

do_download_fileFunction · 0.80

Calls 1

DetachMethod · 0.80

Tested by

no test coverage detected