Salome HOME
Merge multi-study removal branch.
[modules/geom.git] / src / STLPlugin / STLPlugin_OperationsCreator.hxx
index 6feff34ea8eeb0b38de42044bba6c6a8219b9fe3..1c2177c2ed1bff5c4a77a713711323f5c012095c 100755 (executable)
@@ -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;
 };