Salome HOME
Copyright update 2022
[modules/homard.git] / src / HOMARD_I / HOMARD_Zone_i.cxx
index ea574b9de8d69c229ac7030a294e2034872a4fdd..f983f69f1b2f5778658262921bf8ff743bced238 100644 (file)
@@ -1,9 +1,9 @@
-// Copyright (C) 2011-2013  CEA/DEN, EDF R&D
+// Copyright (C) 2011-2022  CEA/DEN, EDF R&D
 //
 // 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
@@ -16,6 +16,7 @@
 //
 // See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
 //
+
 // Remarques :
 // L'ordre de description des fonctions est le meme dans tous les fichiers
 // HOMARD_aaaa.idl, HOMARD_aaaa.hxx, HOMARD_aaaa.cxx, HOMARD_aaaa_i.hxx, HOMARD_aaaa_i.cxx :
@@ -84,11 +85,11 @@ char* HOMARD_Zone_i::GetName()
   return CORBA::string_dup( myHomardZone->GetName().c_str() );
 }
 //=============================================================================
-CORBA::Long  HOMARD_Zone_i::Delete()
+CORBA::Long HOMARD_Zone_i::Delete()
 {
   ASSERT( myHomardZone );
   char* ZoneName = GetName() ;
-  MESSAGE ( "Delete : destruction de la zonee " << ZoneName );
+  MESSAGE ( "Delete : destruction de la zone " << ZoneName );
   return _gen_i->DeleteZone(ZoneName) ;
 }
 //=============================================================================