Salome HOME
updated copyright message
[modules/geom.git] / src / STEPPlugin / STEPPlugin_OperationsCreator.hxx
old mode 100755 (executable)
new mode 100644 (file)
index 5e3cb95..80c9bbf
@@ -1,4 +1,4 @@
-// Copyright (C) 2014  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 <int, STEPPlugin_IOperations*>  _mapOfOperations;
+  static STEPPlugin_IOperations* _operation;
 
   friend class STEPPlugin_IECallBack;
 };