X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=idl%2FSALOME_Component.idl;h=805e09d260fca2c6c717d47729053b485534c574;hb=4b14a3f48efda72f90b88c78c6ae02153631dfd6;hp=ff1e97141383bbfc7b1dbe1e43107d5ad2c6af13;hpb=8c3b0f3e2734b02eb685e64921bf930611272728;p=modules%2Fkernel.git diff --git a/idl/SALOME_Component.idl b/idl/SALOME_Component.idl index ff1e97141..805e09d26 100644 --- a/idl/SALOME_Component.idl +++ b/idl/SALOME_Component.idl @@ -80,7 +80,7 @@ module Engines try to make a Python import of COMPONENT, then a lib open of libCOMPONENTEngine.so \param reason in case of error (return false) a string explaining the error - \return true if load successfull or already done, false otherwise + \return true if load successful or already done, false otherwise */ boolean load_component_Library(in string componentName, out string reason); @@ -99,7 +99,7 @@ module Engines This simply loads the service in the current container by importing the corresponding Python module. Warning: no internal registration is done, so it is up to the caller to - manage the various instanciation. + manage the various instantiation. \param serviceName Name of the service \param reason in case of error (return void string) a string explaining the error \return the IOR of the loaded service. @@ -349,7 +349,7 @@ module Engines \return CORBA Ref of the requested file. - \exception contains informations of what if the component cannot + \exception contains information of what if the component cannot sends the file's reference. */ Engines::Salome_file getInputFileToService(in string service_name, @@ -369,7 +369,7 @@ module Engines \param service_name service's name. - \exception contains informations about files that are not in a good state. + \exception contains information about files that are not in a good state. */ void checkInputFilesToService(in string service_name) raises(SALOME::SALOME_Exception); @@ -395,7 +395,7 @@ module Engines \return CORBA Ref of the requested file. - \exception contains informations of what if the component cannot + \exception contains information of what if the component cannot sends the file's reference. */ Engines::Salome_file getOutputFileToService(in string service_name, @@ -415,7 +415,7 @@ module Engines \param service_name service's name. - \exception contains informations about files that are not in a good state. + \exception contains information about files that are not in a good state. */ void checkOutputFilesToService(in string service_name) raises(SALOME::SALOME_Exception); @@ -568,7 +568,7 @@ module Engines \param hdf5_file name (with path) of the hdf5_file. - \exception contains informations of errors if the loading doesn't succeed. + \exception contains information of errors if the loading doesn't succeed. */ void load(in string hdf5_file) raises (SALOME::SALOME_Exception); @@ -577,7 +577,7 @@ module Engines \param hdf5_file name (with path) of the hdf5_file. - \exception contains informations of errors if the save doesn't succeed. + \exception contains information of errors if the save doesn't succeed. */ void save(in string hdf5_file) raises (SALOME::SALOME_Exception); @@ -588,7 +588,7 @@ module Engines \param hdf5_file name (with path) of the hdf5_file. - \exception contains informations of errors if the save doesn't succeed. + \exception contains information of errors if the save doesn't succeed. */ void save_all(in string hdf5_file) raises (SALOME::SALOME_Exception);