From fa69a86d9ffffd444ee8f64bfc794ea97e1a1453 Mon Sep 17 00:00:00 2001 From: Zdenek Prikryl Date: Thu, 12 Feb 2009 10:05:38 +0100 Subject: a creation of reports directly from DebugDumpDir is moved to private section because of security reasons --- lib/MiddleWare/MiddleWare.h | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'lib/MiddleWare/MiddleWare.h') 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); -- cgit