comparison OrthancServer/ServerJobs/DicomMoveScuJob.h @ 3095:beeeb6096f27 db-changes

removing dependencies upon ServerContext
author Sebastien Jodogne <s.jodogne@gmail.com>
date Sat, 05 Jan 2019 18:22:25 +0100
parents 4e43e67f8ecf
children a215182a0c2f
comparison
equal deleted inserted replaced
3094:61da3c9b4121 3095:beeeb6096f27
35 35
36 #include "../../Core/JobsEngine/SetOfCommandsJob.h" 36 #include "../../Core/JobsEngine/SetOfCommandsJob.h"
37 #include "../../Core/DicomNetworking/DicomUserConnection.h" 37 #include "../../Core/DicomNetworking/DicomUserConnection.h"
38 38
39 #include "../QueryRetrieveHandler.h" 39 #include "../QueryRetrieveHandler.h"
40 #include "../ServerContext.h"
41 40
42 namespace Orthanc 41 namespace Orthanc
43 { 42 {
43 class ServerContext;
44
44 class DicomMoveScuJob : public SetOfCommandsJob 45 class DicomMoveScuJob : public SetOfCommandsJob
45 { 46 {
46 private: 47 private:
47 class Command; 48 class Command;
48 class Unserializer; 49 class Unserializer;