Salome HOME
Porting to ParaView 5.8
[modules/geom.git] / src / GEOMImpl / GEOMImpl_IECallBack.hxx
index ef7a7d06d55ae0043306d1475a2c1d6d8cf6b72d..6e49bee47f1f4883c900e15bcff4e26f68731e38 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2014-2016  CEA/DEN, EDF R&D, OPEN CASCADE
+// Copyright (C) 2014-2019  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 );