Salome HOME
Fix compilation error (conflict of OK name between OCCT Plate_Plate.hxx and GEOM...
[modules/geom.git] / src / BREPPlugin / BREPPlugin_IECallBack.cxx
old mode 100755 (executable)
new mode 100644 (file)
index 0d54619..96d05be
@@ -1,4 +1,4 @@
-// Copyright (C) 2014-2016  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
@@ -47,8 +47,8 @@ BREPPlugin_IECallBack::~BREPPlugin_IECallBack()
 //=============================================================================
 bool 
 BREPPlugin_IECallBack::Export( const Handle(GEOM_Object)      theOriginal,
-                                          const TCollection_AsciiString& theFileName,
-                                          const TCollection_AsciiString& theFormatName )
+                               const TCollection_AsciiString& theFileName,
+                               const TCollection_AsciiString& /*theFormatName*/ )
 {
   BREPPlugin_IOperations* aPluginOperations = BREPPlugin_OperationsCreator::get( GetEngine() );
   aPluginOperations->ExportBREP( theOriginal, theFileName );
@@ -61,7 +61,7 @@ BREPPlugin_IECallBack::Export( const Handle(GEOM_Object)      theOriginal,
  */
 //=============================================================================
 Handle(TColStd_HSequenceOfTransient)
-BREPPlugin_IECallBack::Import( const TCollection_AsciiString& theFormatName,
+BREPPlugin_IECallBack::Import( const TCollection_AsciiString& /*theFormatName*/,
                                           const TCollection_AsciiString& theFileName )
 {
   BREPPlugin_IOperations* aPluginOperations = BREPPlugin_OperationsCreator::get( GetEngine() );