From 0e96f49ddb33421efcdd55d543439f622e707164 Mon Sep 17 00:00:00 2001 From: Jiri Moskovcak Date: Tue, 7 Apr 2009 17:56:35 +0200 Subject: Fixed dbus commlayer --- lib/CommLayer/CommLayerServer.h | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'lib/CommLayer/CommLayerServer.h') diff --git a/lib/CommLayer/CommLayerServer.h b/lib/CommLayer/CommLayerServer.h index e4a5170..fc76cc9 100644 --- a/lib/CommLayer/CommLayerServer.h +++ b/lib/CommLayer/CommLayerServer.h @@ -2,6 +2,7 @@ #include #include #include +#include #include "MiddleWare.h" #include "Observer.h" @@ -37,7 +38,7 @@ class CCommLayerServer{ */ public: /* just stubs to be called when not implemented in specific comm layer */ - void Crash(const std::string& arg1) {} - void AnalyzeComplete(map_crash_report_t arg1) {} - void Error(const std::string& arg1) {} + virtual void Crash(const std::string& arg1) {} + virtual void AnalyzeComplete(map_crash_report_t arg1) {} + virtual void Error(const std::string& arg1) {} }; -- cgit