Salome HOME
Updated copyright comment
[modules/geom.git] / src / STEPPlugin / STEPPlugin_IECallBack.hxx
index 4f6f571c35457b2ba63ddad6bcfc3805cc69ae29..adc4da277252db1ccc5876fecae059c8b816e6d9 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2014  CEA/DEN, EDF R&D, OPEN CASCADE
+// Copyright (C) 2014-2024  CEA, EDF, 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:
   STEPPlugin_IECallBack();
   ~STEPPlugin_IECallBack();
   
-  bool         Export( int                            theDocId,
-                      const Handle(GEOM_Object)      theOriginal,
+  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 );
 };