Salome HOME
Merge branch 'master' into pre/penta18
[modules/smesh.git] / src / StdMeshers_I / StdMeshers_UseExisting_1D2D_i.cxx
index 1ca4f2038f882d2df28df59abd93d4c04307c17f..ce339913d6a16898b4dc6fdac2f65f6d77cbdb81 100644 (file)
@@ -1,9 +1,9 @@
-// Copyright (C) 2007-2012  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
@@ -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;
 }