From: prascle Date: Wed, 20 Apr 2005 11:50:53 +0000 (+0000) Subject: PR: doc X-Git-Tag: BR_V220_LifeCycle_20050520~11 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=a0fe31fe10d0193209983fe7b5e0072ccd7dbccf;p=modules%2Fkernel.git PR: doc --- diff --git a/idl/SALOME_Component.idl b/idl/SALOME_Component.idl index eae1f3d97..e32ae40c0 100644 --- a/idl/SALOME_Component.idl +++ b/idl/SALOME_Component.idl @@ -205,6 +205,8 @@ module Engines /*! Deactivates the %Component. + -- TO BE USED BY CONTAINER ONLY (Container housekeeping) -- + use remove_impl from Container instead ! */ void destroy() ; @@ -230,7 +232,8 @@ module Engines /*! This method is used by the %SUPERVISOR component. It sets the names of the graph and of the node. - \param aGraphName Name of graph + \param aGraphName + Name of graph \param aNodeName Name of node */ void Names( in string aGraphName , in string aNodeName ) ;