Salome HOME
Copyright update 2020
[modules/hexablock.git] / src / HEXABLOCK / HexWitness.hxx
index c94c54bd920a02cf0b0524d9ebdcef897b8c4de9..f957c30cafa01ff73eaed9cdf9d69880b9747141 100644 (file)
@@ -1,12 +1,12 @@
 
 // Class : Enregistrement des dianostics
 
-// Copyright (C) 2009-2013  CEA/DEN, EDF R&D
+// Copyright (C) 2009-2020  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.
+// 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
@@ -17,8 +17,8 @@
 // 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
+//
 
 #ifndef __WITNESS_H_
 #define __WITNESS_H_
 
 #include "hexa_base.hxx"
 
+#if defined WIN32
+#pragma warning ( disable: 4251 )
+#endif
+
 BEGIN_NAMESPACE_HEXA
 
 const std::string Begin (" **** ");
 
 class DumpStudy;
-class Witness
+class HexaExport Witness
 {
 public :
    Witness ();