Salome HOME
updated copyright message
[samples/atomsolv.git] / idl / ATOMSOLV.idl
index a77df043a4c093299f8c9154cb068b59b3d857d4..208c479f2504104219588e4f0e8ea88f4e006a02 100644 (file)
@@ -1,9 +1,9 @@
-// Copyright (C) 2007-2013  CEA/DEN, EDF R&D, OPEN CASCADE
+// Copyright (C) 2007-2023  CEA/DEN, EDF R&D, OPEN CASCADE
 //
 // 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
@@ -50,17 +50,17 @@ module ATOMSOLV_ORB
     /*!
       Set internal data structure from external source (ATOMGEN component, for example).
      */
-    boolean setData( in long studyID, in TMoleculeList theData );
+    boolean setData( in TMoleculeList theData );
 
     /*!
       Get internal data structure
      */
-    boolean getData( in long studyID, out TMoleculeList outData );
+    boolean getData( out TMoleculeList outData );
 
     /*!
       Perform action on the atomic data
      */
-    boolean processData( in long studyID );
+    boolean processData( );
   };
 };