summaryrefslogtreecommitdiffstats
path: root/lib/Utils/Reporter.h
diff options
context:
space:
mode:
authorJiri Moskovcak <jmoskovc@redhat.com>2010-01-19 17:33:57 +0100
committerJiri Moskovcak <jmoskovc@redhat.com>2010-01-19 17:33:57 +0100
commit811e5d7e9917558b9529c42a9cc86a773b31c0c2 (patch)
tree8b62f6718e1bbcd997530a9e38fe57046af302c7 /lib/Utils/Reporter.h
parent186bde035d2789a0067d8137bdb9afde635802c8 (diff)
parent764c3a1e4f21c635c565cf5c20c480dbf48d1599 (diff)
downloadabrt-811e5d7e9917558b9529c42a9cc86a773b31c0c2.tar.gz
abrt-811e5d7e9917558b9529c42a9cc86a773b31c0c2.tar.xz
abrt-811e5d7e9917558b9529c42a9cc86a773b31c0c2.zip
Merge branch 'master' of ssh://git.fedorahosted.org/git/abrt
Diffstat (limited to 'lib/Utils/Reporter.h')
-rw-r--r--lib/Utils/Reporter.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/Utils/Reporter.h b/lib/Utils/Reporter.h
index 0a06a7c9..e9445f93 100644
--- a/lib/Utils/Reporter.h
+++ b/lib/Utils/Reporter.h
@@ -36,11 +36,11 @@ class CReporter : public CPlugin
* A method, which reports a crash report to particular receiver.
* The plugin can takes arguments, but the plugin has to parse them
* by itself.
- * @param pCrashReport A crash report.
+ * @param pCrashData A crash report.
* @param pArgs Plugin's arguments.
* @retun A message which can be displayed after a report is created.
*/
- virtual std::string Report(const map_crash_report_t& pCrashReport,
+ virtual std::string Report(const map_crash_data_t& pCrashData,
const map_plugin_settings_t& pSettings,
const char *pArgs) = 0;
};