Salome HOME
updated copyright message
[samples/atomsolv.git] / idl / ATOMSOLV.idl
index 423b987c44cd9a954dfe8998bebea604d8943aa1..208c479f2504104219588e4f0e8ea88f4e006a02 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2007-2015  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
@@ -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( );
   };
 };