Skip to content
Snippets Groups Projects
Commit 2c2067b0 authored by Pascal Palenda's avatar Pascal Palenda
Browse files

Check if we have a scheduler

parent bf215d53
Branches
Tags
No related merge requests found
......@@ -14,6 +14,7 @@ namespace ITA
IWorkerInterface::IWorkerInterface ( ISchedulerInterface* pParent ) :
m_pParentScheduler ( pParent )
{
if ( pParent != nullptr)
m_eFieldOfDuty = pParent->getFieldOfDuty();
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment