X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FStdMeshers_I%2FStdMeshers_Import_1D2D_i.cxx;h=97f6f5bd672e51e630fb87d50b199abd3d849df7;hb=c9c3fe8924452af01274d358e5d6d391b1b27375;hp=104b7773bc2624c8c3cc9e8ce7d836d7ed626e53;hpb=bd4e115a78b52e3fbc016e5e30bb0e19b2a9e7d6;p=modules%2Fsmesh.git diff --git a/src/StdMeshers_I/StdMeshers_Import_1D2D_i.cxx b/src/StdMeshers_I/StdMeshers_Import_1D2D_i.cxx index 104b7773b..97f6f5bd6 100644 --- a/src/StdMeshers_I/StdMeshers_Import_1D2D_i.cxx +++ b/src/StdMeshers_I/StdMeshers_Import_1D2D_i.cxx @@ -1,9 +1,9 @@ -// Copyright (C) 2007-2012 CEA/DEN, EDF R&D, OPEN CASCADE +// Copyright (C) 2007-2019 CEA/DEN, EDF R&D, OPEN CASCADE // // 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 @@ -17,7 +17,7 @@ // See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com // -// SMESH SMESH_I : idl implementation based on 'SMESH' unit's calsses +// SMESH SMESH_I : idl implementation based on 'SMESH' unit's classes // File : StdMeshers_Import_1D2D_i.cxx // Module : SMESH // @@ -37,16 +37,13 @@ using namespace std; //============================================================================= StdMeshers_Import_1D2D_i::StdMeshers_Import_1D2D_i (PortableServer::POA_ptr thePOA, - int theStudyId, ::SMESH_Gen* theGenImpl) : SALOME::GenericObj_i( thePOA ), SMESH_Hypothesis_i( thePOA ), SMESH_Algo_i( thePOA ), SMESH_2D_Algo_i( thePOA ) { - MESSAGE( "StdMeshers_Import_1D2D_i::StdMeshers_Import_1D2D_i" ); myBaseImpl = new ::StdMeshers_Import_1D2D(theGenImpl->GetANewId(), - theStudyId, theGenImpl ); } @@ -54,14 +51,12 @@ StdMeshers_Import_1D2D_i::StdMeshers_Import_1D2D_i (PortableServer::POA_ptr theP StdMeshers_Import_1D2D_i::~StdMeshers_Import_1D2D_i() { - MESSAGE( "StdMeshers_Import_1D2D_i::~StdMeshers_Import_1D2D_i" ); } //----------------------------------------------------------------------------- ::StdMeshers_Import_1D2D* StdMeshers_Import_1D2D_i::GetImpl() { - MESSAGE( "StdMeshers_Import_1D2D_i::GetImpl" ); return ( ::StdMeshers_Import_1D2D* )myBaseImpl; }