diff 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
line wrap: on
line diff
--- a/OrthancServer/Scheduler/IServerCommand.h	Tue Jul 08 18:14:24 2014 +0200
+++ b/OrthancServer/Scheduler/IServerCommand.h	Wed Jul 09 16:11:44 2014 +0200
@@ -49,7 +49,5 @@
 
     virtual bool Apply(ListOfStrings& outputs,
                        const ListOfStrings& inputs) = 0;
-
-    virtual bool SendOutputsToSink() const = 0;
   };
 }