From d3fff839380fa1e165b92d3dc79fb7eafaf2a976 Mon Sep 17 00:00:00 2001 From: Jiri Moskovcak Date: Thu, 11 Mar 2010 16:27:14 +0100 Subject: GUI: added action to applet to directly report last crash Revieved by: Denys Vlasenko --- src/Daemon/CommLayerServer.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/Daemon/CommLayerServer.h') diff --git a/src/Daemon/CommLayerServer.h b/src/Daemon/CommLayerServer.h index 2daaf93a..9e095c39 100644 --- a/src/Daemon/CommLayerServer.h +++ b/src/Daemon/CommLayerServer.h @@ -30,7 +30,7 @@ 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 *uid_str) {} + virtual void Crash(const char *package_name, const char* crash_id, const char *uid_str) {} virtual void JobDone(const char* peer) = 0; virtual void QuotaExceed(const char* str) {} -- cgit