]> SALOME platform Git repositories - modules/kernel.git/commitdiff
Salome HOME
EDF31153]: fix compilation issue on Windows master
authorNabil Ghodbane <nabil.ghodbane@cea.fr>
Mon, 14 Oct 2024 15:05:26 +0000 (17:05 +0200)
committerNabil Ghodbane <nabil.ghodbane@cea.fr>
Mon, 14 Oct 2024 15:05:26 +0000 (17:05 +0200)
idl/SALOME_PyNode.idl

index 5f371df413718251a83694fc5e5074466c513c1c..ea97891697f6eabb4d743881c2529165fb375284 100644 (file)
@@ -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);
   };
 };