summaryrefslogtreecommitdiffstats
path: root/src/daemon/CommLayerServer.h
diff options
context:
space:
mode:
authorDenys Vlasenko <dvlasenk@redhat.com>2010-11-02 15:46:53 +0100
committerDenys Vlasenko <dvlasenk@redhat.com>2010-11-02 15:46:53 +0100
commit3cfc642450ab5b19a3e07a2b1815a63a396c3dff (patch)
tree1f0560ae4cd12a5c05828c504abb5733367c30c7 /src/daemon/CommLayerServer.h
parent0548c795edc34cba29d42abc28bf1e6cfc8c87b8 (diff)
downloadabrt-3cfc642450ab5b19a3e07a2b1815a63a396c3dff.tar.gz
abrt-3cfc642450ab5b19a3e07a2b1815a63a396c3dff.tar.xz
abrt-3cfc642450ab5b19a3e07a2b1815a63a396c3dff.zip
Added DIR paramented to "Crash" dbus signal
Run-tested Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
Diffstat (limited to 'src/daemon/CommLayerServer.h')
-rw-r--r--src/daemon/CommLayerServer.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/daemon/CommLayerServer.h b/src/daemon/CommLayerServer.h
index c6bf71ee..6eb8b464 100644
--- a/src/daemon/CommLayerServer.h
+++ b/src/daemon/CommLayerServer.h
@@ -30,7 +30,11 @@ class CCommLayerServer {
virtual ~CCommLayerServer();
/* just stubs to be called when not implemented in specific comm layer */
- virtual void Crash(const char *package_name, const char* crash_id, const char *uid_str) {}
+ virtual void Crash(const char *package_name,
+ const char *crash_id,
+ const char *dir,
+ const char *uid_str
+ ) {}
virtual void JobDone(const char* peer) = 0;
virtual void QuotaExceed(const char* str) {}