From 80b386c9e03117e12699d22e24edd602011bcd72 Mon Sep 17 00:00:00 2001 From: Denys Vlasenko Date: Mon, 25 Oct 2010 18:45:26 +0200 Subject: new action tool: abrt-action-kerneloops Signed-off-by: Denys Vlasenko --- lib/plugins/KerneloopsReporter.h | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'lib/plugins/KerneloopsReporter.h') diff --git a/lib/plugins/KerneloopsReporter.h b/lib/plugins/KerneloopsReporter.h index 679e5b0b..e0f4a1bb 100644 --- a/lib/plugins/KerneloopsReporter.h +++ b/lib/plugins/KerneloopsReporter.h @@ -34,15 +34,11 @@ class CKerneloopsReporter : public CReporter { - private: - std::string m_sSubmitURL; - public: CKerneloopsReporter(); + ~CKerneloopsReporter(); virtual void SetSettings(const map_plugin_settings_t& pSettings); -//ok to delete? -// virtual const map_plugin_settings_t& GetSettings(); virtual std::string Report(const map_crash_data_t& pCrashData, const map_plugin_settings_t& pSettings, const char *pArgs); -- cgit