Salome HOME
[EDF29093] : Quick fix resorbed
[modules/kernel.git] / src / SALOMEDS / SALOMEDS_AttReal_i.hxx
index 35029f40a769c2250b6d596770ec21c3f7e63ba1..8489dd03d6104afd3d55972e14398392931d542b 100644 (file)
@@ -1,23 +1,41 @@
-//  File      : SALOMEDS_AttReal_i.hxx
-//  Created   : Mon Jun 10 10:54:50 CEST 2002 
-//  Author    : Estelle Deville
+// Copyright (C) 2007-2023  CEA, EDF, 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, 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
+// 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
+//
 
-//  Project   : SALOME
-//  Module    : SALOMEDS
-//  Copyright : CEA 2002
+//  SALOME SALOMEDS : data structure of SALOME and sources of Salome data server 
+//  File   : SALOMEDS_AttReal_i.hxx
+//  Author : Estelle Deville
+//  Module : SALOME
 //  $Header$
-
+//
 #ifndef __SALOMEDS_ATTREAL_I_H__
 #define __SALOMEDS_ATTREAL_I_H__
 
 // IDL headers
-#include <TDataStd_Real.hxx>
 #include <SALOMEconfig.h>
 #include CORBA_SERVER_HEADER(SALOMEDS_AttReal)
 #include "SALOMEDS_BasicAttribute_i.hxx"
 
 class SALOMEDS_AttReal_i: public POA_SALOMEDS::AttReal,
-                         public SALOMEDS_BasicAttribute_i {
+                          public SALOMEDS_BasicAttribute_i {
 protected:
   char * _type;