Mercurial > hg > orthanc
comparison OrthancServer/ServerJobs/DeleteResourceOperation.cpp @ 2608:25225f0b4f33 jobs
simplification wrt. dicom connection manager
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Sat, 19 May 2018 15:50:09 +0200 |
parents | 1e11b0229e04 |
children |
comparison
equal
deleted
inserted
replaced
2607:44e268605478 | 2608:25225f0b4f33 |
---|---|
40 #include "../../Core/OrthancException.h" | 40 #include "../../Core/OrthancException.h" |
41 | 41 |
42 namespace Orthanc | 42 namespace Orthanc |
43 { | 43 { |
44 void DeleteResourceOperation::Apply(JobOperationValues& outputs, | 44 void DeleteResourceOperation::Apply(JobOperationValues& outputs, |
45 const JobOperationValue& input) | 45 const JobOperationValue& input, |
46 IDicomConnectionManager& connectionManager) | |
46 { | 47 { |
47 switch (input.GetType()) | 48 switch (input.GetType()) |
48 { | 49 { |
49 case JobOperationValue::Type_DicomInstance: | 50 case JobOperationValue::Type_DicomInstance: |
50 { | 51 { |