X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FGEOMImpl%2FGEOMImpl_IECallBack.hxx;h=f963db825c2638d4da9d3452c6db296419ca7c26;hb=25a3dc91508bb59688142bc616b10facc61dfc3d;hp=3d8e39983964297bc612c98e855ebe7e5f44c17d;hpb=ff7fc4d6c2f5e6de741fd7f0b9ebf01de04d0e10;p=modules%2Fgeom.git diff --git a/src/GEOMImpl/GEOMImpl_IECallBack.hxx b/src/GEOMImpl/GEOMImpl_IECallBack.hxx index 3d8e39983..f963db825 100644 --- a/src/GEOMImpl/GEOMImpl_IECallBack.hxx +++ b/src/GEOMImpl/GEOMImpl_IECallBack.hxx @@ -1,4 +1,4 @@ -// Copyright (C) 2014-2015 CEA/DEN, EDF R&D, OPEN CASCADE +// Copyright (C) 2014-2021 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 @@ -37,21 +37,18 @@ class GEOMImpl_IECallBack Standard_EXPORT GEOMImpl_IECallBack(); Standard_EXPORT ~GEOMImpl_IECallBack(); - Standard_EXPORT virtual bool Export( int theDocId, - const Handle(GEOM_Object) theOriginal, + Standard_EXPORT virtual bool Export( const Handle(GEOM_Object) theOriginal, const TCollection_AsciiString& theFileName, const TCollection_AsciiString& theFormatName ); Standard_EXPORT virtual - 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 ); Standard_EXPORT virtual - TCollection_AsciiString ReadValue( int theDocId, - const TCollection_AsciiString& theFileName, - const TCollection_AsciiString& theFormatName, - const TCollection_AsciiString& theParameterName ); + TCollection_AsciiString ReadValue( const TCollection_AsciiString& theFileName, + const TCollection_AsciiString& theFormatName, + const TCollection_AsciiString& theParameterName ); Standard_EXPORT static void Register( const TCollection_AsciiString& theFormatName, GEOMImpl_IECallBack* theCallBack );