comparison OrthancServer/ServerJobs/DicomMoveScuJob.cpp @ 3140:977158ab0623

making db-changes the new mainline
author Sebastien Jodogne <s.jodogne@gmail.com>
date Thu, 17 Jan 2019 18:32:42 +0100
parents beeeb6096f27
children a215182a0c2f
comparison
equal deleted inserted replaced
3138:ab46e537f92e 3140:977158ab0623
32 32
33 33
34 #include "DicomMoveScuJob.h" 34 #include "DicomMoveScuJob.h"
35 35
36 #include "../../Core/SerializationToolbox.h" 36 #include "../../Core/SerializationToolbox.h"
37 #include "../ServerContext.h"
37 38
38 namespace Orthanc 39 namespace Orthanc
39 { 40 {
40 class DicomMoveScuJob::Command : public SetOfCommandsJob::ICommand 41 class DicomMoveScuJob::Command : public SetOfCommandsJob::ICommand
41 { 42 {