diff OrthancServer/Scheduler/ServerJob.cpp @ 2512:4dcafa8d6633

SystemToolbox::GenerateUuid moved to Toolbox::GenerateUuid
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 28 Mar 2018 15:20:50 +0200
parents 878b59270859
children
line wrap: on
line diff
--- a/OrthancServer/Scheduler/ServerJob.cpp	Wed Mar 28 14:18:02 2018 +0200
+++ b/OrthancServer/Scheduler/ServerJob.cpp	Wed Mar 28 15:20:50 2018 +0200
@@ -35,7 +35,6 @@
 #include "ServerJob.h"
 
 #include "../../Core/OrthancException.h"
-#include "../../Core/SystemToolbox.h"
 #include "../../Core/Toolbox.h"
 
 namespace Orthanc
@@ -97,7 +96,7 @@
 
 
   ServerJob::ServerJob() :
-    jobId_(SystemToolbox::GenerateUuid()),
+    jobId_(Toolbox::GenerateUuid()),
     submitted_(false),
     description_("no description")
   {