Salome HOME
Merge branch 'V9_11_BR'
[modules/geom.git] / src / BREPPlugin / BREPPlugin_IECallBack.hxx
index a718d0f8b9faf677ecfa75f98ac20ada742a7c5a..f37b86a72460dc72a0c7a600142ae5a1156582b5 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2014-2016  CEA/DEN, EDF R&D, OPEN CASCADE
+// Copyright (C) 2014-2023  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