]> SALOME platform Git repositories - modules/geom.git/blobdiff - src/GEOMImpl/GEOMImpl_IECallBack.cxx
Salome HOME
Remove unnecessary includes
[modules/geom.git] / src / GEOMImpl / GEOMImpl_IECallBack.cxx
old mode 100755 (executable)
new mode 100644 (file)
index 77575f7..248c734
@@ -1,4 +1,4 @@
-// Copyright (C) 2014-2016  CEA/DEN, EDF R&D, OPEN CASCADE
+// Copyright (C) 2014-2021  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
@@ -56,8 +56,7 @@ GEOMImpl_Gen* GEOMImpl_IECallBack::GetEngine()
  *  Export
  */
 //=============================================================================
-bool GEOMImpl_IECallBack::Export( int                            /*theDocId*/,
-                                 const Handle(GEOM_Object)      /*theOriginal*/,
+bool GEOMImpl_IECallBack::Export( const Handle(GEOM_Object)      /*theOriginal*/,
                                   const TCollection_AsciiString& /*theFileName*/,
                                   const TCollection_AsciiString& /*theFormatName*/ )
 {
@@ -70,8 +69,7 @@ bool GEOMImpl_IECallBack::Export( int                            /*theDocId*/,
  */
 //=============================================================================
 Handle(TColStd_HSequenceOfTransient)
-GEOMImpl_IECallBack::Import( int                            /*theDocId*/,
-                            const TCollection_AsciiString& /*theFormatName*/,
+GEOMImpl_IECallBack::Import( const TCollection_AsciiString& /*theFormatName*/,
                              const TCollection_AsciiString& /*theFileName*/ )
 {
   return NULL;
@@ -83,8 +81,7 @@ GEOMImpl_IECallBack::Import( int                            /*theDocId*/,
  */
 //=============================================================================
 TCollection_AsciiString
-GEOMImpl_IECallBack::ReadValue( int                            /*theDocId*/,
-                               const TCollection_AsciiString& /*theFileName*/,
+GEOMImpl_IECallBack::ReadValue( const TCollection_AsciiString& /*theFileName*/,
                                 const TCollection_AsciiString& /*theFormatName*/,
                                 const TCollection_AsciiString& /*theParameterName*/ )
 {