X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=idl%2FATOMSOLV.idl;h=208c479f2504104219588e4f0e8ea88f4e006a02;hb=08ecae39d0448fe8718089046f0cbecc13e3a449;hp=423b987c44cd9a954dfe8998bebea604d8943aa1;hpb=a637364835a2fb06354e342ba1776fa699892ead;p=samples%2Fatomsolv.git diff --git a/idl/ATOMSOLV.idl b/idl/ATOMSOLV.idl index 423b987..208c479 100644 --- a/idl/ATOMSOLV.idl +++ b/idl/ATOMSOLV.idl @@ -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( ); }; };