Salome HOME
updated copyright message
[modules/kernel.git] / idl / DSC_Engines.idl
index 503aceaa3f75e4e4990c793678709bef0b1eea08..56b2fb6ec548a77b4483f8335d79767a53f1ee56 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2007-2016  CEA/DEN, EDF R&D, OPEN CASCADE
+// Copyright (C) 2007-2023  CEA, EDF, OPEN CASCADE
 //
 // Copyright (C) 2003-2007  OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN,
 // CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS
@@ -51,7 +51,7 @@ module Engines {
     of the same interface type. When the connection is done, a component can use the "uses port" to use the 
     interface provided by the "provides port".
     
-    The interface DSC implements the component interface that containes the operations that are needed 
+    The interface DSC implements the component interface that contains the operations that are needed 
     to manage declarations into a component and connections between ports.
 
     These operations are logicaly divided in two parts :
@@ -157,7 +157,7 @@ module Engines {
     /*! 
       It can be used by the framework or the component himself.
 
-      If it's the framework that wants the port, the reference has to be gived
+      If it's the framework that wants the port, the reference has to be given
       even if the port is not connected (boolean connection_error to false).
       Contrary, if it's the component that wants the port, the port is given
       in most of cases only if it is connected (boolean connection_error to true). 
@@ -318,7 +318,7 @@ module Engines {
     //!  Release a connection that has been previously created by the ConnectionManager.
     /*!
 
-      \param id The id of the connection previously gived by the connect operation
+      \param id The id of the connection previously given by the connect operation
       of the ConnectionManager.
       \param message state associated with the disconnection.