Salome HOME
Merge branch 'rbe/evol-job-newparams'
[modules/kernel.git] / src / SALOMEDS / SALOMEDS_AttLong_i.hxx
index fa46abd24cb8214082872b3da510acc773038ec4..ddd51756b42742b017b6fe8ed594bb43b494fc96 100644 (file)
@@ -1,23 +1,41 @@
-//  File      : SALOMEDS_AttLong_i.hxx
-//  Created   : Mon Jun 10 10:54:50 CEST 2002 
-//  Author    : Estelle Deville
+// Copyright (C) 2007-2014  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, 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_AttLong_i.hxx
+//  Author : Estelle Deville
+//  Module : SALOME
 //  $Header$
-
+//
 #ifndef __SALOMEDS_ATTLONG_I_H__
 #define __SALOMEDS_ATTLONG_I_H__
 
 // IDL headers
-#include <TDataStd_Integer.hxx>
 #include <SALOMEconfig.h>
 #include CORBA_SERVER_HEADER(SALOMEDS_AttLong)
 #include "SALOMEDS_BasicAttribute_i.hxx"
 
 class SALOMEDS_AttLong_i: public POA_SALOMEDS::AttLong,
-                         public SALOMEDS_BasicAttribute_i {
+                          public SALOMEDS_BasicAttribute_i {
 protected:
   char * _type;