Salome HOME
Implementation of proxy mecanism into KERNEL/YACS
[modules/kernel.git] / idl / SALOME_PyNode.idl
index 3a974799548229ef4c0a7a2a857c3bfdbf9efc01..d4054d40a1bee3c931ac6a27b9c2a1eb1ee7a0d9 100644 (file)
@@ -96,7 +96,7 @@ module Engines
 
     /*! \brief second and last part of execute method. This split is to reduce the memory peak.
     */
-    SALOME::SenderByte executeSecond(in listofstring outargsname) raises (SALOME::SALOME_Exception);
+    SALOME::SenderByteSeq executeSecond(in listofstring outargsname) raises (SALOME::SALOME_Exception);
 
     pickledArgs getValueOfVarInContext(in string varName) raises (SALOME::SALOME_Exception);