X-Git-Url: http://git.salome-platform.org/gitweb/?p=modules%2Fsmesh.git;a=blobdiff_plain;f=src%2FStdMeshers_I%2FStdMeshers_Import_1D2D_i.cxx;h=061257e9f7955238115829df870558551056b5f6;hp=bd183949d1a7cb997022526457ad76508041b0ea;hb=ccb5e3c25bf204e839c0094f50f543eacedba5e6;hpb=251f8c052dd12dd29922210dc901b295fe999a0e diff --git a/src/StdMeshers_I/StdMeshers_Import_1D2D_i.cxx b/src/StdMeshers_I/StdMeshers_Import_1D2D_i.cxx index bd183949d..061257e9f 100644 --- a/src/StdMeshers_I/StdMeshers_Import_1D2D_i.cxx +++ b/src/StdMeshers_I/StdMeshers_Import_1D2D_i.cxx @@ -1,4 +1,4 @@ -// Copyright (C) 2007-2015 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 @@ -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; }