Skip to content

Commit d68eb70

Browse files
committed
[WARNINGFREE] Get a warning Free build.
1 parent fc67c7f commit d68eb70

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Launcher.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -108,14 +108,14 @@ void Launcher::Update(const ProcessObserver::Info& info)
108108
if (_deactivationInProgress == false) {
109109
_deactivationInProgress = true;
110110
SYSLOG(Logging::Fatal, (_T("FORCED Shutdown: %s by error: %d."), _service->Callsign().c_str(), result));
111-
PluginHost::WorkerPool::Instance().Submit(PluginHost::IShell::Job::Create(_service, PluginHost::IShell::DEACTIVATED, PluginHost::IShell::FAILURE));
111+
Core::WorkerPool::Instance().Submit(PluginHost::IShell::Job::Create(_service, PluginHost::IShell::DEACTIVATED, PluginHost::IShell::FAILURE));
112112
}
113113
}
114114
else if (_activity->Continuous() == false) {
115115
if (_deactivationInProgress == false) {
116116
_deactivationInProgress = true;
117117
TRACE(Trace::Information, (_T("Launcher [%s] has run succesfully, deactivation requested."), _service->Callsign().c_str()));
118-
PluginHost::WorkerPool::Instance().Submit(PluginHost::IShell::Job::Create(_service, PluginHost::IShell::DEACTIVATED, PluginHost::IShell::AUTOMATIC));
118+
Core::WorkerPool::Instance().Submit(PluginHost::IShell::Job::Create(_service, PluginHost::IShell::DEACTIVATED, PluginHost::IShell::AUTOMATIC));
119119
}
120120
}
121121
else {

0 commit comments

Comments
 (0)