![]() |
Public API Reference |
#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... | |
Definition at line 77 of file reporter.h.
|
||||||||||||||||||||
|
Something has been reported. If this function returns true then the report is considered handled and the reporter will not add it anymore. |