diff options
| author | Denys Vlasenko <dvlasenk@redhat.com> | 2010-11-08 19:09:13 +0100 |
|---|---|---|
| committer | Denys Vlasenko <dvlasenk@redhat.com> | 2010-11-08 19:09:13 +0100 |
| commit | 51145e4c2ae7faf6f6fde6070ccbe6d9c97c54d6 (patch) | |
| tree | 7182b512c62e10e26334b19e322651d68751894e | |
| parent | 028af519c11d4bc3599562bc8a23caf66d50ea2e (diff) | |
comment out Report() virtual member in reporters, it is no longer used
Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
| -rw-r--r-- | inc/reporter.h | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/inc/reporter.h b/inc/reporter.h index 12f1b0b9..469e828e 100644 --- a/inc/reporter.h +++ b/inc/reporter.h @@ -39,9 +39,10 @@ class CReporter : public CPlugin * @param pArgs Plugin's arguments. * @retun A message which can be displayed after a report is created. */ - virtual std::string Report(const map_crash_data_t& pCrashData, - const map_plugin_settings_t& pSettings, - const char *pArgs) = 0; +/// +// virtual std::string Report(const map_crash_data_t& pCrashData, +// const map_plugin_settings_t& pSettings, +// const char *pArgs) = 0; }; #endif /* REPORTER_H_ */ |
