From: asl Date: Thu, 26 Nov 2009 14:22:18 +0000 (+0000) Subject: GetAbsentParameters() now has argument-expression; it is impossible that in the noteb... X-Git-Tag: PHASE_17_Part1_V1~7 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=28563e0741518b8dc3214208adbcfe60fd13e248;p=modules%2Fkernel.git GetAbsentParameters() now has argument-expression; it is impossible that in the notebook absent variables was referenced --- diff --git a/idl/SALOME_Notebook.idl b/idl/SALOME_Notebook.idl index 39068ab86..13ffbcd36 100644 --- a/idl/SALOME_Notebook.idl +++ b/idl/SALOME_Notebook.idl @@ -122,7 +122,7 @@ module SALOME - //! change expression of the parameter + //! get expression of the parameter string GetExpression( in boolean forceConvert ); //! return type of parameter @@ -199,7 +199,7 @@ module SALOME StringArray Parameters(); //! return list of necessary (by dependencies), but absent parameters - StringArray AbsentParameters(); + StringArray AbsentParameters( in string expr ); //persistence management