Mercurial > hg > orthanc
comparison OrthancServer/Sources/ServerJobs/LuaJobManager.h @ 4045:05b8fd21089c framework
fix path
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Wed, 10 Jun 2020 21:27:31 +0200 |
parents | d25f4c0fa160 |
children | 318c16cfccab |
comparison
equal
deleted
inserted
replaced
4044:d25f4c0fa160 | 4045:05b8fd21089c |
---|---|
31 **/ | 31 **/ |
32 | 32 |
33 | 33 |
34 #pragma once | 34 #pragma once |
35 | 35 |
36 #include "../../Core/DicomNetworking/TimeoutDicomConnectionManager.h" | 36 #include "../../../OrthancFramework/Sources/DicomNetworking/TimeoutDicomConnectionManager.h" |
37 #include "../../Core/DicomParsing/DicomModification.h" | 37 #include "../../../OrthancFramework/Sources/DicomParsing/DicomModification.h" |
38 #include "../../Core/JobsEngine/JobsEngine.h" | 38 #include "../../../OrthancFramework/Sources/JobsEngine/JobsEngine.h" |
39 #include "../../Core/JobsEngine/Operations/SequenceOfOperationsJob.h" | 39 #include "../../../OrthancFramework/Sources/JobsEngine/Operations/SequenceOfOperationsJob.h" |
40 #include "../../Core/WebServiceParameters.h" | 40 #include "../../../OrthancFramework/Sources/WebServiceParameters.h" |
41 | 41 |
42 namespace Orthanc | 42 namespace Orthanc |
43 { | 43 { |
44 class ServerContext; | 44 class ServerContext; |
45 | 45 |