diff 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
line wrap: on
line diff
--- a/OrthancServer/Scheduler/StoreScuCommand.h	Tue Jul 08 18:14:24 2014 +0200
+++ b/OrthancServer/Scheduler/StoreScuCommand.h	Wed Jul 09 16:11:44 2014 +0200
@@ -47,12 +47,7 @@
     StoreScuCommand(ServerContext& context,
                    const RemoteModalityParameters& modality);
 
-    bool Apply(ListOfStrings& outputs,
-               const ListOfStrings& inputs);
-
-    bool SendOutputsToSink() const
-    {
-      return false;
-    }
+    virtual bool Apply(ListOfStrings& outputs,
+                       const ListOfStrings& inputs);
   };
 }