Salome HOME
[bos #35160][EDF](2023-T1) Keyboard shortcuts.
[modules/geom.git] / src / BREPPlugin / BREPPlugin_IECallBack.hxx
index c8a7b4128f5c49df653c408c9add576d509880d0..e14644d08ab6d060b86644c7238131df737158b5 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2014-2015  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,14 +36,12 @@ public:
   BREPPlugin_IECallBack();
   ~BREPPlugin_IECallBack();
   
-  bool Export( int                            theDocId,
-              const Handle(GEOM_Object)      theOriginal,
-              const TCollection_AsciiString& theFileName,
-              const TCollection_AsciiString& theFormatName );
+  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 );
 };
 
 #endif