X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FVTKPlugin%2FVTKPlugin_OperationsCreator.hxx;h=95e3ab43562f907c65f101b5dc2632563d498015;hb=d6f16273ade8fc4eba4d41c1ffa0d5d79baaf47b;hp=9d9b1aeafc8240842017e615652595bc61d6394d;hpb=aeddae77192d933be1aee8855d8f7c525878cad9;p=modules%2Fgeom.git diff --git a/src/VTKPlugin/VTKPlugin_OperationsCreator.hxx b/src/VTKPlugin/VTKPlugin_OperationsCreator.hxx old mode 100755 new mode 100644 index 9d9b1aeaf..95e3ab435 --- a/src/VTKPlugin/VTKPlugin_OperationsCreator.hxx +++ b/src/VTKPlugin/VTKPlugin_OperationsCreator.hxx @@ -1,4 +1,4 @@ -// Copyright (C) 2014 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 @@ -41,15 +41,13 @@ public: ~VTKPlugin_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 VTKPlugin_IOperations* get( ::GEOMImpl_Gen* theGenImpl, - int theStudyId ); + static VTKPlugin_IOperations* get(::GEOMImpl_Gen* theGenImpl); private: - static std::map _mapOfOperations; + static VTKPlugin_IOperations* _operation; friend class VTKPlugin_IECallBack; };