Salome HOME
Merge from BR_V5_DEV 16Feb09
[modules/med.git] / src / MEDMEM_I / MEDMEM_Family_i.cxx
index 5b7a74e59962173d57902541532069b935d0beb0..c9f832511ea09c107389758fa612374a56308c8a 100644 (file)
@@ -1,28 +1,31 @@
-// Copyright (C) 2005  OPEN CASCADE, CEA, EDF R&D, LEG
-//           PRINCIPIA R&D, EADS CCR, Lip6, BV, CEDRAT
-// 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.
-// 
-// This library is distributed in the hope that it will be useful 
-// but WITHOUT ANY WARRANTY; without even the implied warranty of 
-// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU 
-// Lesser General Public License for more details.
-// 
-// You should have received a copy of the GNU Lesser General Public  
-// License along with this library; if not, write to the Free Software 
-// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA
-// 
-// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
-// 
+//  Copyright (C) 2007-2008  CEA/DEN, EDF R&D, OPEN CASCADE
+//
+//  Copyright (C) 2003-2007  OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN,
+//  CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS
+//
+//  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.
+//
+//  This library is distributed in the hope that it will be useful,
+//  but WITHOUT ANY WARRANTY; without even the implied warranty of
+//  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+//  Lesser General Public License for more details.
+//
+//  You should have received a copy of the GNU Lesser General Public
+//  License along with this library; if not, write to the Free Software
+//  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA
+//
+//  See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
+//
 //=============================================================================
 // File      :  MEDMEM_Family_i.cxx
 // Project   :  SALOME
 // Author    :  EDF
 // $Header: /export/home/PAL/MED_SRC/src/MEDMEM_I/MEDMEM_Family_i.cxx
 //=============================================================================
-
+//
 #include "utilities.h"
 #include "Utils_CorbaException.hxx"
 #include "MEDMEM_Family_i.hxx"
@@ -37,8 +40,9 @@ using namespace MEDMEM;
 FAMILY_i::FAMILY_i(): _family((::FAMILY*)NULL),
                                SUPPORT_i()
 {
-        BEGIN_OF("Default Constructor FAMILY_i");
-        END_OF("Default Constructor FAMILY_i");
+  const char* LOC = "Default Constructor FAMILY_i";
+  BEGIN_OF(LOC);
+  END_OF(LOC);
 }
 //=============================================================================
 /*!
@@ -48,8 +52,9 @@ FAMILY_i::FAMILY_i(): _family((::FAMILY*)NULL),
 FAMILY_i::FAMILY_i(const FAMILY_i & f): _family(f._family),
                                        SUPPORT_i(f._family)
 {
-        BEGIN_OF("Default Constructor FAMILY_i");
-        END_OF("Default Constructor FAMILY_i");
+  const char* LOC = "Default Constructor FAMILY_i";
+  BEGIN_OF(LOC);
+  END_OF(LOC);
 }
 //=============================================================================
 /*!
@@ -67,8 +72,9 @@ FAMILY_i::~FAMILY_i()
 FAMILY_i::FAMILY_i(const ::FAMILY * const f): _family(f),
                                              SUPPORT_i(f)
 {
-        BEGIN_OF("Constructor FAMILY_i");
-        END_OF("Constructor FAMILY_i");
+  const char* LOC = "Constructor FAMILY_i";
+  BEGIN_OF(LOC);
+  END_OF(LOC);
 }
 //=============================================================================
 /*!