diff --git a/src/interventions/killernetwork.cpp b/src/interventions/killernetwork.cpp index 46d80514ce..b509fb0f66 100644 --- a/src/interventions/killernetwork.cpp +++ b/src/interventions/killernetwork.cpp @@ -6,31 +6,16 @@ #include -<<<<<<< HEAD -#include - -#include "platforms/windows/windowsservicemanager.h" -======= #include "platforms/windows/windowsutils.h" ->>>>>>> 9578cbf61 (Format) namespace Intervention { const QString KillerNetwork::id = "intel.killernetwork"; bool KillerNetwork::systemAffected() { -<<<<<<< HEAD - std::unique_ptr svm = - WindowsServiceManager::open("Killer Network Service"); - if (svm == nullptr) { - return false; - } - return svm->isRunning(); -======= const bool isKillerInstalledAndRunning = WindowsUtils::getServiceStatus("Killer Network Service"); return isKillerInstalledAndRunning; ->>>>>>> 9578cbf61 (Format) } } // namespace Intervention \ No newline at end of file