Mercurial > hg > orthanc
diff OrthancServer/Scheduler/ModifyInstanceCommand.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 | 187ed107a59f |
children | 6e7e5ed91c2d |
line wrap: on
line diff
--- a/OrthancServer/Scheduler/ModifyInstanceCommand.h Tue Jul 08 18:14:24 2014 +0200 +++ b/OrthancServer/Scheduler/ModifyInstanceCommand.h Wed Jul 09 16:11:44 2014 +0200 @@ -60,12 +60,7 @@ return modification_; } - bool Apply(ListOfStrings& outputs, - const ListOfStrings& inputs); - - bool SendOutputsToSink() const - { - return false; - } + virtual bool Apply(ListOfStrings& outputs, + const ListOfStrings& inputs); }; }