Salome HOME
Go on for RequestSwitcher conquest
[modules/yacs.git] / idl / DSC_Engines.idl
index 641345a73f147038efc8bde9c636b810d6c86281..a06f63fc7bab6948a3dcb4efc6b3256736660cd7 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2007-2013  CEA/DEN, EDF R&D, OPEN CASCADE
+// Copyright (C) 2007-2016  CEA/DEN, EDF R&D, OPEN CASCADE
 //
 // Copyright (C) 2003-2007  OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN,
 // CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS
@@ -6,7 +6,7 @@
 // This library is free software; you can redistribute it and/or
 // modify it under the terms of the GNU Lesser General Public
 // License as published by the Free Software Foundation; either
-// version 2.1 of the License.
+// version 2.1 of the License, or (at your option) any later version.
 //
 // This library is distributed in the hope that it will be useful,
 // but WITHOUT ANY WARRANTY; without even the implied warranty of
@@ -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.