From d698cf9bca1ac7f5c1a989161ea959a895900273 Mon Sep 17 00:00:00 2001 From: Zdenek Prikryl Date: Thu, 19 Mar 2009 14:29:35 +0100 Subject: replaced language and application plugins by analyzer plugin added action plugin simplify plugin iface --- lib/Plugins/Kerneloops.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'lib/Plugins/Kerneloops.cpp') diff --git a/lib/Plugins/Kerneloops.cpp b/lib/Plugins/Kerneloops.cpp index 2c0c3e78..07c8e066 100644 --- a/lib/Plugins/Kerneloops.cpp +++ b/lib/Plugins/Kerneloops.cpp @@ -31,7 +31,7 @@ #include "Kerneloops.h" #include "KerneloopsDmesg.h" -std::string CApplicationKerneloops::GetLocalUUID(const std::string& pDebugDumpDir) +std::string CAnalyzerKerneloops::GetLocalUUID(const std::string& pDebugDumpDir) { std::string m_sOops; std::stringstream m_sHash; @@ -53,12 +53,12 @@ std::string CApplicationKerneloops::GetLocalUUID(const std::string& pDebugDumpDi return m_sHash.str(); } -std::string CApplicationKerneloops::GetGlobalUUID(const std::string& pDebugDumpDir) +std::string CAnalyzerKerneloops::GetGlobalUUID(const std::string& pDebugDumpDir) { return GetLocalUUID(pDebugDumpDir); } -void CApplicationKerneloops::Init() +void CAnalyzerKerneloops::Init() { scan_logs(); } -- cgit