summaryrefslogtreecommitdiffstats
path: root/lib/MiddleWare/Reporter.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/MiddleWare/Reporter.h')
-rw-r--r--lib/MiddleWare/Reporter.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/lib/MiddleWare/Reporter.h b/lib/MiddleWare/Reporter.h
index 810b3169..c74a10c3 100644
--- a/lib/MiddleWare/Reporter.h
+++ b/lib/MiddleWare/Reporter.h
@@ -38,9 +38,10 @@ class CReporter : public CPlugin
* by itself.
* @param pCrashReport A crash report.
* @param pArgs Plugin's arguments.
+ * @retun A message which can be displayed after a report is created.
*/
- virtual void Report(const map_crash_report_t& pCrashReport,
- const std::string& pArgs) = 0;
+ virtual std::string Report(const map_crash_report_t& pCrashReport,
+ const std::string& pArgs) = 0;
};
#endif /* REPORTER_H_ */