Salome HOME
Copyright update 2021
[modules/geom.git] / src / GEOMImpl / GEOMImpl_IECallBack.hxx
index 3d8e39983964297bc612c98e855ebe7e5f44c17d..f963db825c2638d4da9d3452c6db296419ca7c26 100644 (file)
@@ -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 );