summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKarel Klic <kklic@redhat.com>2010-08-19 15:30:17 +0200
committerKarel Klic <kklic@redhat.com>2010-08-19 15:30:17 +0200
commit5d393d8c8f6b0db98652dc57369587c9e8e50191 (patch)
treed16d80ae5723582c692d8a0e49a1045ccafa5cd4
parentef441ae0a59cfb08700b51da0e464e3f624b4d6a (diff)
downloadabrt-5d393d8c8f6b0db98652dc57369587c9e8e50191.tar.gz
abrt-5d393d8c8f6b0db98652dc57369587c9e8e50191.tar.xz
abrt-5d393d8c8f6b0db98652dc57369587c9e8e50191.zip
DebugDump: add a method returning the directory name
-rw-r--r--inc/debug_dump.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/inc/debug_dump.h b/inc/debug_dump.h
index 869cd7d0..1222a1cb 100644
--- a/inc/debug_dump.h
+++ b/inc/debug_dump.h
@@ -56,6 +56,8 @@ class CDebugDump
bool InitGetNextFile();
/* Pointers may be NULL */
bool GetNextFile(std::string *short_name, std::string *full_name);
+
+ const char *Directory() const { return m_sDebugDumpDir.c_str(); }
};
/**