diff OrthancServer/ServerContext.cpp @ 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 160dfe770618
line wrap: on
line diff
--- a/OrthancServer/ServerContext.cpp	Tue Jul 08 18:14:24 2014 +0200
+++ b/OrthancServer/ServerContext.cpp	Wed Jul 09 16:11:44 2014 +0200
@@ -230,7 +230,7 @@
         }
         else if (previousCommand != NULL)
         {
-          previousCommand->ConnectNext(command);
+          previousCommand->ConnectOutput(command);
         }
         else
         {