diff options
| author | Karel Klic <kklic@redhat.com> | 2009-12-04 16:36:35 +0100 |
|---|---|---|
| committer | Karel Klic <kklic@redhat.com> | 2009-12-04 16:36:35 +0100 |
| commit | b7ea0e53e3375de6298b2f510302f75ebef4be4e (patch) | |
| tree | 5bb4e5d163a8f1c5f2e54292fa60192045dad312 /src/Daemon/MiddleWare.h | |
| parent | 7b0292edc52d031db91ba6e38ff626a350959e2d (diff) | |
| parent | 230f151aa7e357c37040ed51bcbdbc1a766af82a (diff) | |
| download | abrt-b7ea0e53e3375de6298b2f510302f75ebef4be4e.tar.gz abrt-b7ea0e53e3375de6298b2f510302f75ebef4be4e.tar.xz abrt-b7ea0e53e3375de6298b2f510302f75ebef4be4e.zip | |
Merge branch 'master' of git://git.fedorahosted.org/git/abrt
Diffstat (limited to 'src/Daemon/MiddleWare.h')
| -rw-r--r-- | src/Daemon/MiddleWare.h | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/src/Daemon/MiddleWare.h b/src/Daemon/MiddleWare.h index 44fa3b6..b2b58dc 100644 --- a/src/Daemon/MiddleWare.h +++ b/src/Daemon/MiddleWare.h @@ -105,17 +105,6 @@ report_status_t Report(const map_crash_report_t& pCrashReport, std::string getDebugDumpDir( const char *pUUID, const char *pUID); /** - * Deletes a row from database. If a deleting is - * successfull, it returns a debugdump directort, which is not - * deleted. Otherwise, it returns empty string. - * @param pUUID A local UUID of a crash. - * @param pUID An UID of an user. - * @return A debugdump directory. - */ -std::string DeleteCrashInfoInDB(const char *pUUID, - const char *pUID); -void DeleteCrashInfosInDB_by_dir(const char *dump_dir); -/** * Saves debugdump into database. If saving is successful, * it fills crash info. * @param pDebugDumpDir A debugdump directory. |
