summaryrefslogtreecommitdiffstats
path: root/lib/Utils
diff options
context:
space:
mode:
authorZdenek Prikryl <zprikryl@redhat.com>2009-02-11 16:21:15 +0100
committerZdenek Prikryl <zprikryl@redhat.com>2009-02-11 16:21:15 +0100
commit8602cc221f7a23943f3b2854661c004f39cc9fc7 (patch)
tree37a935af637b2af49927638954197e3c23d8dac1 /lib/Utils
parente7b063bebc9ada8ce5a20dcc6326fbe001a30af7 (diff)
downloadabrt-8602cc221f7a23943f3b2854661c004f39cc9fc7.tar.gz
abrt-8602cc221f7a23943f3b2854661c004f39cc9fc7.tar.xz
abrt-8602cc221f7a23943f3b2854661c004f39cc9fc7.zip
Added additional constants for filenames
Diffstat (limited to 'lib/Utils')
-rw-r--r--lib/Utils/DebugDump.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/lib/Utils/DebugDump.h b/lib/Utils/DebugDump.h
index 11574e95..2027bf7e 100644
--- a/lib/Utils/DebugDump.h
+++ b/lib/Utils/DebugDump.h
@@ -31,11 +31,12 @@
#define FILENAME_TIME "time"
#define FILENAME_UID "uid"
#define FILENAME_PACKAGE "package"
-#define FILENAME_HASH "hash"
#define FILENAME_LANGUAGE "language"
#define FILENAME_APPLICATION "application"
#define FILENAME_TEXTDATA1 "text_data1"
+#define FILENAME_TEXTDATA2 "text_data2"
#define FILENAME_BINARYDATA1 "binary_data1"
+#define FILENAME_BINARYDATA2 "binary_data2"
class CDebugDump
{
@@ -59,6 +60,7 @@ class CDebugDump
void Open(const std::string& pDir);
void Create(const std::string& pDir);
void Create(const std::string& pDir, const std::string& pPID);
+
void Delete(const std::string& pDir);
bool Exist(const std::string& pFileName);