From: asl Date: Tue, 8 Dec 2009 13:27:39 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: PHASE_17_Part1_V3~8 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=37c87ee52d54da51d830ac8a1e07bd2e878cbf19;p=modules%2Fkernel.git *** empty log message *** --- diff --git a/idl/SALOME_Notebook.idl b/idl/SALOME_Notebook.idl index 5b254e720..efc1bc1f7 100644 --- a/idl/SALOME_Notebook.idl +++ b/idl/SALOME_Notebook.idl @@ -228,11 +228,11 @@ module SALOME //! Dump of Notebook internal data structure for debug purposes string Dump(); - //! Return string containing information about parameters used by object with given component and entry - string GetParameters( in string theComponent, in string theEntry ); + //! Return string array containing information about parameters used by object with given component and entry + StringArray GetObjectParameters( in string theComponent, in string theEntry ); - //! Return names of all parameters depending on given parameter - StringArray GetParametersDependingOn( in string theParamName ); + //! Return string array containing information about parameters used by given parameter + StringArray GetParameters( in string theParamName ); }; };