X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FStdMeshers_I%2FStdMeshers_Import_1D2D_i.cxx;h=061257e9f7955238115829df870558551056b5f6;hb=f6825d843153c333e95e1345ef7c7fc2d0fe5698;hp=f87523b2e90508e84227433a2354fed453445570;hpb=bd8f1aee7c78f7d2eb82bd4fec5e08c9e3d280ce;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 f87523b2e..061257e9f 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-2013 CEA/DEN, EDF R&D, OPEN CASCADE +// Copyright (C) 2007-2016 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 @@ -44,7 +44,6 @@ StdMeshers_Import_1D2D_i::StdMeshers_Import_1D2D_i (PortableServer::POA_ptr theP 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 +53,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; }