]> SALOME platform Git repositories - modules/geom.git/blobdiff - src/STLPlugin/STLPlugin_OperationsCreator.hxx
Salome HOME
Copyright update 2022
[modules/geom.git] / src / STLPlugin / STLPlugin_OperationsCreator.hxx
old mode 100755 (executable)
new mode 100644 (file)
index 6111e56..ec399e9
@@ -1,4 +1,4 @@
-// Copyright (C) 2014-2015  CEA/DEN, EDF R&D, OPEN CASCADE
+// Copyright (C) 2014-2022  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,14 @@ public:
   ~STLPlugin_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 STLPlugin_IOperations* get( ::GEOMImpl_Gen*         theGenImpl,
-                                    int                     theStudyId );
+  static STLPlugin_IOperations* get(::GEOMImpl_Gen* theGenImpl);
 
 private:
-  static std::map <int, STLPlugin_IOperations*>  _mapOfOperations;
+  static STLPlugin_IOperations* _operation;
 
   friend class STLPlugin_IECallBack;
 };