Salome HOME
Exclude 'CVS' directories from source files processing.
[modules/med.git] / src / MEDOP / gui / MEDEventListener_i.hxx
index 89dcf3f6fca545b67afa952e0c71c54df853cfd1..520c3a524604e871b013dd34f2225fd3b7496d40 100644 (file)
@@ -1,21 +1,22 @@
-//  Copyright (C) 2011  CEA/DEN, EDF R&D, OPEN CASCADE
+// Copyright (C) 2011-2013  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.
+// 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.
+// 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
+// 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
+// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
 //
+
 // Authors : Guillaume Boulant (EDF) - 01/06/2011
 
 #ifndef _MED_EVENTLISTENER_I_HXX_
@@ -31,9 +32,9 @@
 
 // Multiple inheritance requires QObject to be first
 class MEDOPGUI_EXPORT MEDEventListener_i: public QObject,
-                         public POA_MEDOP::MEDEventListener,
-                         public SALOME::GenericObj_i
-                         
+        public POA_MEDOP::MEDEventListener,
+        public SALOME::GenericObj_i
+
 {
   Q_OBJECT