Salome HOME
Merge multi-study removal branch.
[modules/geom.git] / src / IGESPlugin / IGESPlugin_OperationsCreator.hxx
index cd507e7c10f601916479a8a94f106a0b7433a4cd..ea3270481ca09839420960ceae25e6e617280f7b 100755 (executable)
@@ -41,15 +41,13 @@ public:
   ~IGESPlugin_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 IGESPlugin_IOperations* get( ::GEOMImpl_Gen*         theGenImpl,
-                                     int                     theStudyId );
+  static IGESPlugin_IOperations* get(::GEOMImpl_Gen* theGenImpl);
 
 private:
-  static std::map <int, IGESPlugin_IOperations*>  _mapOfOperations;
+  static IGESPlugin_IOperations* _operation;
 
   friend class IGESPlugin_IECallBack;
 };