comparison OrthancServer/Scheduler/IServerCommand.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 6e7e5ed91c2d
comparison
equal deleted inserted replaced
1008:187ed107a59f 1009:26642cecd36d
47 { 47 {
48 } 48 }
49 49
50 virtual bool Apply(ListOfStrings& outputs, 50 virtual bool Apply(ListOfStrings& outputs,
51 const ListOfStrings& inputs) = 0; 51 const ListOfStrings& inputs) = 0;
52
53 virtual bool SendOutputsToSink() const = 0;
54 }; 52 };
55 } 53 }