comparison OrthancServer/Sources/ServerJobs/DicomMoveScuJob.cpp @ 4045:05b8fd21089c framework

fix path
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 10 Jun 2020 21:27:31 +0200
parents d25f4c0fa160
children d962a2996637
comparison
equal deleted inserted replaced
4044:d25f4c0fa160 4045:05b8fd21089c
31 **/ 31 **/
32 32
33 33
34 #include "DicomMoveScuJob.h" 34 #include "DicomMoveScuJob.h"
35 35
36 #include "../../Core/SerializationToolbox.h" 36 #include "../../../OrthancFramework/Sources/SerializationToolbox.h"
37 #include "../ServerContext.h" 37 #include "../ServerContext.h"
38 38
39 static const char* const LOCAL_AET = "LocalAet"; 39 static const char* const LOCAL_AET = "LocalAet";
40 static const char* const TARGET_AET = "TargetAet"; 40 static const char* const TARGET_AET = "TargetAet";
41 static const char* const REMOTE = "Remote"; 41 static const char* const REMOTE = "Remote";