X-Git-Url: http://git.salome-platform.org/gitweb/?p=modules%2Fsmesh.git;a=blobdiff_plain;f=src%2FStdMeshers_I%2FStdMeshers_UseExisting_1D2D_i.cxx;h=ce339913d6a16898b4dc6fdac2f65f6d77cbdb81;hp=8790c981012341353f4239faa0d297503570d95d;hb=41b3e4433388f439856c3b0bb3725e9c81179c24;hpb=b0a908c0d20341651771d0249fb10882f54b2aad diff --git a/src/StdMeshers_I/StdMeshers_UseExisting_1D2D_i.cxx b/src/StdMeshers_I/StdMeshers_UseExisting_1D2D_i.cxx index 8790c9810..ce339913d 100644 --- a/src/StdMeshers_I/StdMeshers_UseExisting_1D2D_i.cxx +++ b/src/StdMeshers_I/StdMeshers_UseExisting_1D2D_i.cxx @@ -1,4 +1,4 @@ -// Copyright (C) 2007-2014 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 @@ -45,7 +45,6 @@ StdMeshers_UseExisting_1D_i::StdMeshers_UseExisting_1D_i SMESH_Algo_i( thePOA ), SMESH_1D_Algo_i( thePOA ) { - MESSAGE( "StdMeshers_UseExisting_1D_i::StdMeshers_UseExisting_1D_i" ); myBaseImpl = new ::StdMeshers_UseExisting_1D( theGenImpl->GetANewId(), theStudyId, theGenImpl ); @@ -54,13 +53,11 @@ StdMeshers_UseExisting_1D_i::StdMeshers_UseExisting_1D_i StdMeshers_UseExisting_1D_i::~StdMeshers_UseExisting_1D_i() { - MESSAGE( "StdMeshers_UseExisting_1D_i::~StdMeshers_UseExisting_1D_i" ); } //----------------------------------------------------------------------------- ::StdMeshers_UseExisting_1D* StdMeshers_UseExisting_1D_i::GetImpl() { - MESSAGE( "StdMeshers_UseExisting_1D_i::GetImpl" ); return ( ::StdMeshers_UseExisting_1D* )myBaseImpl; } @@ -80,7 +77,6 @@ StdMeshers_UseExisting_2D_i::StdMeshers_UseExisting_2D_i SMESH_Algo_i( thePOA ), SMESH_2D_Algo_i( thePOA ) { - MESSAGE( "StdMeshers_UseExisting_2D_i::StdMeshers_UseExisting_2D_i" ); myBaseImpl = new ::StdMeshers_UseExisting_2D( theGenImpl->GetANewId(), theStudyId, theGenImpl ); @@ -89,12 +85,10 @@ StdMeshers_UseExisting_2D_i::StdMeshers_UseExisting_2D_i StdMeshers_UseExisting_2D_i::~StdMeshers_UseExisting_2D_i() { - MESSAGE( "StdMeshers_UseExisting_2D_i::~StdMeshers_UseExisting_2D_i" ); } //----------------------------------------------------------------------------- ::StdMeshers_UseExisting_2D* StdMeshers_UseExisting_2D_i::GetImpl() { - MESSAGE( "StdMeshers_UseExisting_2D_i::GetImpl" ); return ( ::StdMeshers_UseExisting_2D* )myBaseImpl; }