summaryrefslogtreecommitdiffstats
path: root/lib/Plugins/Kerneloops.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Plugins/Kerneloops.cpp')
-rw-r--r--lib/Plugins/Kerneloops.cpp6
1 files changed, 3 insertions, 3 deletions
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();
}