summaryrefslogtreecommitdiffstats
path: root/src/daemon/MiddleWare.h
diff options
context:
space:
mode:
authorDenys Vlasenko <dvlasenk@redhat.com>2010-11-22 14:44:08 +0100
committerDenys Vlasenko <dvlasenk@redhat.com>2010-11-22 14:44:08 +0100
commit0368c71e7871209f1566b5a185d0840bb99d7794 (patch)
treea1ce9ab06dd45d796dcef8527a190f6eaa943982 /src/daemon/MiddleWare.h
parent4bb97934558b6b6a1aafdfe3bc56c38dc3b79c87 (diff)
downloadabrt-0368c71e7871209f1566b5a185d0840bb99d7794.tar.gz
abrt-0368c71e7871209f1566b5a185d0840bb99d7794.tar.xz
abrt-0368c71e7871209f1566b5a185d0840bb99d7794.zip
preraratory patch for database removal
I splitted bits from a large "database removal" patch which are simple and non-contentiouns. They are in this change. Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
Diffstat (limited to 'src/daemon/MiddleWare.h')
-rw-r--r--src/daemon/MiddleWare.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/src/daemon/MiddleWare.h b/src/daemon/MiddleWare.h
index bf7a5807..90386c03 100644
--- a/src/daemon/MiddleWare.h
+++ b/src/daemon/MiddleWare.h
@@ -102,16 +102,6 @@ report_status_t Report(const map_crash_data_t& crash_data,
*/
mw_result_t SaveDebugDump(const char *pDebugDumpDir,
map_crash_data_t& pCrashData);
-/**
- * Get one crash info. If getting is successful,
- * then crash info is filled.
- * @param pUUID A local UUID of a crash.
- * @param pUID An UID of an user.
- * @param pCrashData A crash info.
- * @return It return results of operation. See mw_result_t.
- */
-mw_result_t FillCrashInfo(const char *crash_id,
- map_crash_data_t& pCrashData);
vector_map_crash_data_t GetCrashInfos(long caller_uid);
int CreateReportThread(const char* crash_id, long caller_uid, int force, const char* pSender);