From fabf0e03499f5638f31cc4391f3dbe3bf04762f1 Mon Sep 17 00:00:00 2001 From: Nabil Ghodbane Date: Mon, 14 Oct 2024 17:05:26 +0200 Subject: [PATCH] EDF31153]: fix compilation issue on Windows --- idl/SALOME_PyNode.idl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); }; }; -- 2.39.2