diff options
author | Zdenek Prikryl <zdeny@dhcp-lab-218.englab.brq.redhat.com> | 2009-04-01 12:57:06 +0200 |
---|---|---|
committer | Zdenek Prikryl <zdeny@dhcp-lab-218.englab.brq.redhat.com> | 2009-04-01 12:57:06 +0200 |
commit | 99a0819d935bbdfb34226e54ff50ed78b1fc6da0 (patch) | |
tree | 60106dfbcff10b425793520ae02a60f159f4a71c /lib/MiddleWare/MiddleWare.h | |
parent | b3adc1a23a16b5d7a7d341d748bd3e618e5d225f (diff) | |
download | abrt-99a0819d935bbdfb34226e54ff50ed78b1fc6da0.tar.gz abrt-99a0819d935bbdfb34226e54ff50ed78b1fc6da0.tar.xz abrt-99a0819d935bbdfb34226e54ff50ed78b1fc6da0.zip |
rewritten CDebugDump and CrashTypes
Diffstat (limited to 'lib/MiddleWare/MiddleWare.h')
-rw-r--r-- | lib/MiddleWare/MiddleWare.h | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/lib/MiddleWare/MiddleWare.h b/lib/MiddleWare/MiddleWare.h index def29ce..82b734b 100644 --- a/lib/MiddleWare/MiddleWare.h +++ b/lib/MiddleWare/MiddleWare.h @@ -57,8 +57,8 @@ class CMiddleWare void LoadSettings(const std::string& pPath); - void DebugDump2Report(const std::string& pDebugDumpDir, - crash_report_t& pCrashReport); + void DebugDumpToCrashReport(const std::string& pDebugDumpDir, + crash_report_t& pCrashReport); bool IsDebugDumpSaved(const std::string& pDebugDumpDir); int SavePackageDescriptionToDebugDump(const std::string& pDebugDumpDir); @@ -78,9 +78,9 @@ class CMiddleWare void RegisterPlugin(const std::string& pName); void UnRegisterPlugin(const std::string& pName); - void CreateReport(const std::string& pUUID, - const std::string& pUID, - crash_report_t& pCrashReport); + void CreateCrashReport(const std::string& pUUID, + const std::string& pUID, + crash_report_t& pCrashReport); void Report(const crash_report_t& pCrashReport); |