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

Method ReportError

deps/FtpClient/FTPClient.cpp:1888–1892  ·  view source on GitHub ↗

Notifies all observers that an error occurred. @param[in] strErrorMsg Error message which is reported to all observers. @param[in] Name of the sourcecode file where the error occurred. @param[in] Line number in th sourcecode file where the error occurred.

Source from the content-addressed store, hash-verified

1886/// @param[in] Name of the sourcecode file where the error occurred.
1887/// @param[in] Line number in th sourcecode file where the error occurred.
1888void CFTPClient::ReportError(const tstring& strErrorMsg, const tstring& strFile, DWORD dwLineNr) const
1889{
1890 for( TObserverSet::const_iterator it=m_setObserver.begin(); it!=m_setObserver.end(); it++ )
1891 (*it)->OnInternalError(strErrorMsg, strFile, dwLineNr);
1892}

Callers

nothing calls this directly

Calls 3

beginMethod · 0.45
endMethod · 0.45
OnInternalErrorMethod · 0.45

Tested by

no test coverage detected