Salome HOME
Clean-up unused variables wrongly added by previous commit
[modules/geom.git] / src / AdvancedEngine / AdvancedEngine_OperationsCreator.hxx
old mode 100755 (executable)
new mode 100644 (file)
index e64d2b6..767146a
@@ -1,4 +1,4 @@
-// Copyright (C) 2007-2015  CEA/DEN, EDF R&D, OPEN CASCADE
+// Copyright (C) 2007-2020  CEA/DEN, EDF R&D, OPEN CASCADE
 //
 // Copyright (C) 2003-2007  OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN,
 // CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS
@@ -41,15 +41,13 @@ public:
   ~AdvancedEngine_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 AdvancedEngine_IOperations* get( ::GEOMImpl_Gen* theGenImpl,
-                                         int             theStudyId );
+  static AdvancedEngine_IOperations* get(::GEOMImpl_Gen* theGenImpl);
 private:
-  static std::map <int, AdvancedEngine_IOperations*>  _mapOfOperations;
+  static AdvancedEngine_IOperations* _operation;
 };
 
 #endif