Salome HOME
Update copyrights
[samples/atomgen.git] / idl / ATOMGEN.idl
index 7284dbb2148877d7781dc4a858999da2e1daf5ff..7ee6b553fe088e803fbb0c61bafafa1576cb4e9a 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2007-2015  CEA/DEN, EDF R&D, OPEN CASCADE
+// Copyright (C) 2007-2019  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
@@ -46,11 +46,6 @@ module ATOMGEN_ORB
 
   interface ATOMGEN_Gen : Engines::EngineComponent, SALOMEDS::Driver
   {
-    /*!
-      Set active study
-     */
-    void     setCurrentStudy(in SALOMEDS::Study theStudy);
-
     /*!
       Import atomic data from external XML file
      */
@@ -67,9 +62,9 @@ module ATOMGEN_ORB
     MoleculeList processData(in MoleculeList theData);
 
     /*!
-     Return the data (list of molecules) for given study
+     Return the data (list of molecules)
      */
-     MoleculeList getData(in long studyID);
+     MoleculeList getData();
   };
 };