summaryrefslogtreecommitdiffstats
path: root/lib/Utils/DebugDump.h
diff options
context:
space:
mode:
authorZdenek Prikryl <zprikryl@redhat.com>2009-02-19 14:31:19 +0100
committerZdenek Prikryl <zprikryl@redhat.com>2009-02-19 14:31:19 +0100
commit72ef5336c82cd667332d726a6d6432e7ec8e677c (patch)
treed3241bdacc70d18b8917fd2e23919ad720af8adf /lib/Utils/DebugDump.h
parentb6b9b225850604848308803ba5de5d898f68d891 (diff)
downloadabrt-72ef5336c82cd667332d726a6d6432e7ec8e677c.tar.gz
abrt-72ef5336c82cd667332d726a6d6432e7ec8e677c.tar.xz
abrt-72ef5336c82cd667332d726a6d6432e7ec8e677c.zip
new delete function
Diffstat (limited to 'lib/Utils/DebugDump.h')
-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 08e2643..eecc89d 100644
--- a/lib/Utils/DebugDump.h
+++ b/lib/Utils/DebugDump.h
@@ -59,12 +59,14 @@ class CDebugDump
void Lock();
void UnLock();
+ void DeleteFileDir(const std::string& pDir);
+
public:
CDebugDump();
void Open(const std::string& pDir);
void Create(const std::string& pDir);
- void Delete(const std::string& pDir);
+ void Delete();
void Close();
void SaveProc(const std::string& pPID);