summaryrefslogtreecommitdiffstats
path: root/lib/MiddleWare/MiddleWare.h
diff options
context:
space:
mode:
authorZdenek Prikryl <zprikryl@redhat.com>2009-02-12 10:05:38 +0100
committerZdenek Prikryl <zprikryl@redhat.com>2009-02-12 10:05:38 +0100
commitfa69a86d9ffffd444ee8f64bfc794ea97e1a1453 (patch)
tree2b33ee70d02ac6d1a765874599068638bf9a05a2 /lib/MiddleWare/MiddleWare.h
parent66bdd03d7892cd95e7806b8c375e88d279dd4034 (diff)
downloadabrt-fa69a86d9ffffd444ee8f64bfc794ea97e1a1453.tar.gz
abrt-fa69a86d9ffffd444ee8f64bfc794ea97e1a1453.tar.xz
abrt-fa69a86d9ffffd444ee8f64bfc794ea97e1a1453.zip
a creation of reports directly from DebugDumpDir is moved to private section because of security reasons
Diffstat (limited to 'lib/MiddleWare/MiddleWare.h')
-rw-r--r--lib/MiddleWare/MiddleWare.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/lib/MiddleWare/MiddleWare.h b/lib/MiddleWare/MiddleWare.h
index 7164d48..526888e 100644
--- a/lib/MiddleWare/MiddleWare.h
+++ b/lib/MiddleWare/MiddleWare.h
@@ -55,7 +55,10 @@ class CMiddleWare
void LoadSettings(const std::string& pPath);
- void DebugDump2Report(const std::string& pDebugDumpDir, CReporter::report_t& pReport);
+ void DebugDump2Report(const std::string& pDebugDumpDir,
+ CReporter::report_t& pReport);
+ void CreateReport(const std::string& pDebugDumpDir,
+ crash_report_t& pReport);
public:
@@ -86,8 +89,6 @@ class CMiddleWare
void RegisterPlugin(const std::string& pName);
void UnRegisterPlugin(const std::string& pName);
- void CreateReport(const std::string& pDebugDumpDir,
- crash_report_t& pReport);
void CreateReport(const std::string& pUUID,
const std::string& pUID,
crash_report_t& pReport);