Salome HOME
Merge multi-study removal branch.
[plugins/ghs3dplugin.git] / src / GHS3DPlugin / GHS3DPlugin_OptimizerHypothesis_i.cxx
index d2b205ef08422d822c73952f9d8458f529fafea3..bec2bc5ae411887a38e15b1d96fd36426fef1121 100644 (file)
 
 GHS3DPlugin_OptimizerHypothesis_i::
 GHS3DPlugin_OptimizerHypothesis_i (PortableServer::POA_ptr thePOA,
-                                   int                     theStudyId,
                                    ::SMESH_Gen*            theGenImpl)
   : SALOME::GenericObj_i( thePOA ), 
     SMESH_Hypothesis_i( thePOA ),
-    GHS3DPlugin_Hypothesis_i( thePOA, theStudyId, theGenImpl )
+    GHS3DPlugin_Hypothesis_i( thePOA, theGenImpl )
 {
   int id = myBaseImpl ? myBaseImpl->GetID() : theGenImpl->GetANewId();
   if ( myBaseImpl )
     delete myBaseImpl;
 
-  myBaseImpl = new ::GHS3DPlugin_OptimizerHypothesis( id, theStudyId, theGenImpl );
+  myBaseImpl = new ::GHS3DPlugin_OptimizerHypothesis( id, theGenImpl );
 }
 
 namespace