#include <reporter.h>
Inheritance diagram for iReporterListener:
Public Methods | |
virtual bool | Report (iReporter *reporter, int severity, const char *msgId, const char *description)=0 |
Something has been reported. More... |
|
Something has been reported. If this function returns true then the report is considered handled and the reporter will not add it anymore. |