Salome HOME
Merge Python 3 porting.
[modules/geom.git] / src / BREPPlugin / BREPPlugin_OperationsCreator.hxx
index f2deb8646d74cc8403995f60f0730aa3baa79230..e49c6cb533b769b914a7815c0aaef0e0f9aaf0d2 100755 (executable)
@@ -41,15 +41,13 @@ public:
   ~BREPPlugin_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 BREPPlugin_IOperations* get( ::GEOMImpl_Gen*         theGenImpl,
-                                     int                     theStudyId );
+  static BREPPlugin_IOperations* get(::GEOMImpl_Gen* theGenImpl);
 
 private:
-  static std::map <int, BREPPlugin_IOperations*>  _mapOfOperations;
+  static BREPPlugin_IOperations* _operation;
 
   friend class BREPPlugin_IECallBack;
 };