Mercurial > hg > orthanc
comparison OrthancServer/Scheduler/StoreScuCommand.cpp @ 1007:871c49c9b11d lua-scripting
lua routing is working
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Tue, 08 Jul 2014 17:35:00 +0200 |
parents | f3929718ea7e |
children | 060e8918d7a4 |
comparison
equal
deleted
inserted
replaced
1006:649d47854314 | 1007:871c49c9b11d |
---|---|
44 } | 44 } |
45 | 45 |
46 bool StoreScuCommand::Apply(ListOfStrings& outputs, | 46 bool StoreScuCommand::Apply(ListOfStrings& outputs, |
47 const ListOfStrings& inputs) | 47 const ListOfStrings& inputs) |
48 { | 48 { |
49 | |
50 ReusableDicomUserConnection::Locker locker(context_.GetReusableDicomUserConnection(), modality_); | 49 ReusableDicomUserConnection::Locker locker(context_.GetReusableDicomUserConnection(), modality_); |
51 | 50 |
52 for (ListOfStrings::const_iterator | 51 for (ListOfStrings::const_iterator |
53 it = inputs.begin(); it != inputs.end(); ++it) | 52 it = inputs.begin(); it != inputs.end(); ++it) |
54 { | 53 { |