Mercurial > hg > orthanc
comparison OrthancServer/Scheduler/StoreScuCommand.h @ 1009:26642cecd36d lua-scripting
clearer job interface
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Wed, 09 Jul 2014 16:11:44 +0200 |
parents | 13e230bbd882 |
children | 0561f2087cc9 |
comparison
equal
deleted
inserted
replaced
1008:187ed107a59f | 1009:26642cecd36d |
---|---|
45 | 45 |
46 public: | 46 public: |
47 StoreScuCommand(ServerContext& context, | 47 StoreScuCommand(ServerContext& context, |
48 const RemoteModalityParameters& modality); | 48 const RemoteModalityParameters& modality); |
49 | 49 |
50 bool Apply(ListOfStrings& outputs, | 50 virtual bool Apply(ListOfStrings& outputs, |
51 const ListOfStrings& inputs); | 51 const ListOfStrings& inputs); |
52 | |
53 bool SendOutputsToSink() const | |
54 { | |
55 return false; | |
56 } | |
57 }; | 52 }; |
58 } | 53 } |