Salome HOME
Merge multi-study removal branch.
[modules/geom.git] / src / STEPPlugin / STEPPlugin_OperationsCreator.hxx
index efb210206859d2c1c4d19c0014695e835d9d518a..2caf56dfc774f191966533f5168f7549b91dfd27 100755 (executable)
@@ -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;
 };