Salome HOME
DCQ:prepare 2.0.0
[modules/med.git] / src / MEDMEM / MEDMEM_VtkMedDriver.hxx
index 9e3cdf5538bfb3213d1af6a0623f9caeca1cabca..a3bd2fbfa81716fd5ec272dc2e789f151128d3ed 100644 (file)
@@ -1,29 +1,3 @@
-//  MED MEDMEM : MED files in memory
-//
-//  Copyright (C) 2003  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.opencascade.org/SALOME/ or email : webmaster.salome@opencascade.org 
-//
-//
-//
-//  File   : MEDMEM_VtkMedDriver.hxx
-//  Module : MED
-
 #ifndef VTK_MED_DRIVER_HXX
 #define VTK_MED_DRIVER_HXX
 
 
 using namespace std ;
 
+
+namespace MEDMEM {
 class MESH;
 class SUPPORT;
 class FIELD_;
 class MED;
-
 // This driver pilots within a VTK class read/write accesses of fields/meshes
 class VTK_MED_DRIVER : public GENDRIVER
 {
@@ -81,6 +56,7 @@ private :
   void writeField(FIELD_ * myField,string name) const ;
 
 };
+};
 
 
 #endif /* VTK_MED_DRIVER_HXX */