From 37c87ee52d54da51d830ac8a1e07bd2e878cbf19 Mon Sep 17 00:00:00 2001 From: asl Date: Tue, 8 Dec 2009 13:27:39 +0000 Subject: [PATCH] *** empty log message *** --- idl/SALOME_Notebook.idl | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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 ); }; }; -- 2.39.2