Salome HOME
Copyright update 2020
[plugins/gmshplugin.git] / src / GMSHPlugin / GMSHPlugin_Hypothesis_2D_i.cxx
index eb9e3ebada8bab5cb55ad57c479b086cc056a6e5..a0b701dac3aed50fa073d19e210b18c740e2018b 100644 (file)
@@ -1,10 +1,10 @@
 // Copyright (C) 2012-2015  ALNEOS
-// Copyright (C) 2016  EDF R&D
+// Copyright (C) 2016-2020  EDF R&D
 //
 // This library is free software; you can redistribute it and/or
 // modify it under the terms of the GNU Lesser General Public
 // License as published by the Free Software Foundation; either
-// version 2.1 of the License.
+// version 2.1 of the License, or (at your option) any later version.
 //
 // This library is distributed in the hope that it will be useful,
 // but WITHOUT ANY WARRANTY; without even the implied warranty of
@@ -16,6 +16,7 @@
 // Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA
 //
 // See http://www.alneos.com/ or email : contact@alneos.fr
+// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
 //
 #include "GMSHPlugin_Hypothesis_2D_i.hxx"
 #include "SMESH_Gen.hxx"
@@ -35,17 +36,15 @@ using namespace std;
 //=============================================================================
 GMSHPlugin_Hypothesis_2D_i::
 GMSHPlugin_Hypothesis_2D_i (PortableServer::POA_ptr thePOA,
-                              int                     theStudyId,
                               ::SMESH_Gen*            theGenImpl)
   : SALOME::GenericObj_i( thePOA ),
     SMESH_Hypothesis_i( thePOA ),
-    GMSHPlugin_Hypothesis_i( thePOA, theStudyId, theGenImpl )
+    GMSHPlugin_Hypothesis_i( thePOA, theGenImpl )
 {
   MESSAGE( "GMSHPlugin_Hypothesis_2D_i::GMSHPlugin_Hypothesis_2D_i" );
   if (myBaseImpl)
     delete (::GMSHPlugin_Hypothesis*)myBaseImpl;
   myBaseImpl = new ::GMSHPlugin_Hypothesis_2D (theGenImpl->GetANewId(),
-                                                 theStudyId,
                                                  theGenImpl);
 }