]> SALOME platform Git repositories - modules/kernel.git/commitdiff
Salome HOME
PR: doc
authorprascle <prascle>
Wed, 20 Apr 2005 11:50:53 +0000 (11:50 +0000)
committerprascle <prascle>
Wed, 20 Apr 2005 11:50:53 +0000 (11:50 +0000)
idl/SALOME_Component.idl

index eae1f3d970dd5cee26d15873bdf0a94b4184ded9..e32ae40c098ad4fab262bc00b5cc9d3af6e781dc 100644 (file)
@@ -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 ) ;