summaryrefslogtreecommitdiffstats
path: root/lib/Plugins/Logger.h
diff options
context:
space:
mode:
authorZdenek Prikryl <zprikryl@redhat.com>2009-08-14 20:59:43 +0200
committerZdenek Prikryl <zprikryl@redhat.com>2009-08-14 20:59:43 +0200
commit3c226c987f5015e8184bfc4293ee9f9b2f7b8f67 (patch)
treeb2ec9e8f5ec3140008a15cccea4030c438dbe72e /lib/Plugins/Logger.h
parent15e44fefb8e0ce093e91bc0fd96302c6b77bf92a (diff)
downloadabrt-3c226c987f5015e8184bfc4293ee9f9b2f7b8f67.tar.gz
abrt-3c226c987f5015e8184bfc4293ee9f9b2f7b8f67.tar.xz
abrt-3c226c987f5015e8184bfc4293ee9f9b2f7b8f67.zip
added support for storing results from reporters (used from gui)
Diffstat (limited to 'lib/Plugins/Logger.h')
-rw-r--r--lib/Plugins/Logger.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/Plugins/Logger.h b/lib/Plugins/Logger.h
index c838b3cb..60c76e4a 100644
--- a/lib/Plugins/Logger.h
+++ b/lib/Plugins/Logger.h
@@ -36,8 +36,8 @@ class CLogger : public CReporter
virtual void SetSettings(const map_plugin_settings_t& pSettings);
virtual map_plugin_settings_t GetSettings();
- virtual void Report(const map_crash_report_t& pCrashReport,
- const std::string& pArgs);
+ virtual std::string Report(const map_crash_report_t& pCrashReport,
+ const std::string& pArgs);
};
#endif /* LOGGER_H_ */