X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FIGESPlugin%2FIGESPlugin_IECallBack.hxx;h=28cdb534d89c1ea958eed88a2689f18ea4bebc1f;hb=c1d63ef1f803d255b61ee99fb618bf471add07f4;hp=716d55a1be6decbd71f19968d31deb0c1d136926;hpb=8370b4a1c488f6ef18d8944869d6a8cd3a2d18d2;p=modules%2Fgeom.git diff --git a/src/IGESPlugin/IGESPlugin_IECallBack.hxx b/src/IGESPlugin/IGESPlugin_IECallBack.hxx index 716d55a1b..28cdb534d 100644 --- a/src/IGESPlugin/IGESPlugin_IECallBack.hxx +++ b/src/IGESPlugin/IGESPlugin_IECallBack.hxx @@ -1,4 +1,4 @@ -// Copyright (C) 2014-2016 CEA/DEN, EDF R&D, OPEN CASCADE +// Copyright (C) 2014-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 @@ -36,17 +36,14 @@ public: IGESPlugin_IECallBack(); ~IGESPlugin_IECallBack(); - bool Export( int theDocId, - const Handle(GEOM_Object) theOriginal, - const TCollection_AsciiString& theFileName, + bool Export( const Handle(GEOM_Object) theOriginal, + const TCollection_AsciiString& theFileName, const TCollection_AsciiString& theFormatName ); - Handle(TColStd_HSequenceOfTransient) Import( int theDocId, - const TCollection_AsciiString& theFormatName, - const TCollection_AsciiString& theFileName ); + Handle(TColStd_HSequenceOfTransient) Import( const TCollection_AsciiString& theFormatName, + const TCollection_AsciiString& theFileName ); - TCollection_AsciiString ReadValue( int theDocId, - const TCollection_AsciiString& theFileName, + TCollection_AsciiString ReadValue( const TCollection_AsciiString& theFileName, const TCollection_AsciiString& theFormatName, const TCollection_AsciiString& theParameterName ); };