From: Nabil Ghodbane Date: Mon, 14 Oct 2024 15:05:26 +0000 (+0200) Subject: EDF31153]: fix compilation issue on Windows X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=fabf0e03499f5638f31cc4391f3dbe3bf04762f1;p=modules%2Fkernel.git EDF31153]: fix compilation issue on Windows --- diff --git a/idl/SALOME_PyNode.idl b/idl/SALOME_PyNode.idl index 5f371df41..ea9789169 100644 --- a/idl/SALOME_PyNode.idl +++ b/idl/SALOME_PyNode.idl @@ -125,7 +125,7 @@ module Engines */ void setAttr(in string ctx, in pickledArgs glbsAttachedToCtx) raises (SALOME::SALOME_Exception); pickledArgs getAttr(in string ctx) raises (SALOME::SALOME_Exception); - void execute(in listofstring args, out long returncode, out pickledArgs stdout, out pickledArgs stderr) raises (SALOME::SALOME_Exception); + void execute(in listofstring args, out long returnCode, out pickledArgs standardOutput, out pickledArgs standardError) raises (SALOME::SALOME_Exception); }; };