diff options
| author | Zdenek Prikryl <zprikryl@redhat.com> | 2009-02-25 17:43:39 +0100 |
|---|---|---|
| committer | Zdenek Prikryl <zprikryl@redhat.com> | 2009-02-25 17:43:39 +0100 |
| commit | 5a39c948a4da1aa2515e15dfdda5486f9a5c9e35 (patch) | |
| tree | 1472c53d539c3de0d5eb274fb882795289f258d7 /lib/MiddleWare/MiddleWare.h | |
| parent | b0f7c3729302bf66f96eedecb8633ed8e196f122 (diff) | |
| download | abrt-5a39c948a4da1aa2515e15dfdda5486f9a5c9e35.tar.gz abrt-5a39c948a4da1aa2515e15dfdda5486f9a5c9e35.tar.xz abrt-5a39c948a4da1aa2515e15dfdda5486f9a5c9e35.zip | |
test
Diffstat (limited to 'lib/MiddleWare/MiddleWare.h')
| -rw-r--r-- | lib/MiddleWare/MiddleWare.h | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/lib/MiddleWare/MiddleWare.h b/lib/MiddleWare/MiddleWare.h index f0b263a..a492257 100644 --- a/lib/MiddleWare/MiddleWare.h +++ b/lib/MiddleWare/MiddleWare.h @@ -79,11 +79,12 @@ class CMiddleWare void CreateReport(const std::string& pUUID, const std::string& pUID, - crash_context_t& pCrashContext, crash_report_t& pCrashReport); - void Report(const crash_context_t& pCrashContext, - const crash_report_t& pCrashReport); + void Report(const crash_report_t& pCrashReport); + + void DeleteDebugDump(const std::string& pUUID, + const std::string& pUID); int SaveDebugDump(const std::string& pDebugDumpDir, crash_info_t& pCrashInfo); vector_crash_infos_t GetCrashInfos(const std::string& pUID); |
