From 3f5dab65d20400a8633daae57be1269c6e584249 Mon Sep 17 00:00:00 2001 From: Nikola Pajkovsky Date: Mon, 21 Sep 2009 16:23:26 +0200 Subject: comments and how to reproduce are stored now --- src/Daemon/MiddleWare.h | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'src/Daemon/MiddleWare.h') diff --git a/src/Daemon/MiddleWare.h b/src/Daemon/MiddleWare.h index 86d5939..bc80952 100644 --- a/src/Daemon/MiddleWare.h +++ b/src/Daemon/MiddleWare.h @@ -93,6 +93,15 @@ void RunActionsAndReporters(const std::string& pDebugDumpDir); */ report_status_t Report(const map_crash_report_t& pCrashReport, const std::string& pUID); +/** + * Get debugdump direcotory. If debugdump is not found + * in database it will return empty string. + * @param pUUID A local UUID of a crash. + * @param pUID An UID of an user. + * @return A debugdump directory. + */ +std::string getDebugDumpDir( const std::string& pUUID, + const std::string& pUID); /** * Deletes particular debugdump directory. * @param pDebugDumpDir A debugdump directory. -- cgit