X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FSTEPPlugin%2FSTEPPlugin_OperationsCreator.hxx;h=80c9bbfffb6ee0a9a0f8f23284f54718a128dd24;hb=c1d63ef1f803d255b61ee99fb618bf471add07f4;hp=efb210206859d2c1c4d19c0014695e835d9d518a;hpb=bd2042b4d19d69deaf182edda40bbff83e53490a;p=modules%2Fgeom.git diff --git a/src/STEPPlugin/STEPPlugin_OperationsCreator.hxx b/src/STEPPlugin/STEPPlugin_OperationsCreator.hxx old mode 100755 new mode 100644 index efb210206..80c9bbfff --- a/src/STEPPlugin/STEPPlugin_OperationsCreator.hxx +++ b/src/STEPPlugin/STEPPlugin_OperationsCreator.hxx @@ -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 @@ -41,16 +41,13 @@ public: ~STEPPlugin_OperationsCreator(); GEOM_IOperations_i* Create( PortableServer::POA_ptr thePOA, - int theStudyId, - GEOM::GEOM_Gen_ptr theEngine, - ::GEOMImpl_Gen* theGenImpl ); - + GEOM::GEOM_Gen_ptr theEngine, + ::GEOMImpl_Gen* theGenImpl ); private: - static STEPPlugin_IOperations* get( ::GEOMImpl_Gen* theGenImpl, - int theStudyId ); + static STEPPlugin_IOperations* get(::GEOMImpl_Gen* theGenImpl); private: - static std::map _mapOfOperations; + static STEPPlugin_IOperations* _operation; friend class STEPPlugin_IECallBack; };