Salome HOME
updated copyright message
[modules/geom.git] / src / XAOPlugin / XAOPlugin_IECallBack.hxx
index d1f04cec5467cbb757f4191f2fa9117d0596ef0f..b5fe48b3a95c225339183a381a5c0d32059a3cf4 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2014-2016  CEA/DEN, EDF R&D, OPEN CASCADE
+// Copyright (C) 2014-2023  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
@@ -36,15 +36,14 @@ public:
   XAOPlugin_IECallBack();
   ~XAOPlugin_IECallBack();
   
-  virtual bool Export( int                            theDocId,
-                      const Handle(GEOM_Object)      theOriginal,
-                      const TCollection_AsciiString& theFileName,
-                      const TCollection_AsciiString& theFormatName );
+  virtual bool Export( const Handle(GEOM_Object)      theOriginal,
+                       const TCollection_AsciiString& theFileName,
+                       const TCollection_AsciiString& theFormatName,
+                       const TCollection_AsciiString& theshapeFileName );
 
   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 );
 };
 
 #endif