X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;ds=sidebyside;f=src%2FHEXABLOCK%2FHexWitness.hxx;h=f957c30cafa01ff73eaed9cdf9d69880b9747141;hb=167be4931bccbbe01e53313d18a9d3dd1484ecb4;hp=c94c54bd920a02cf0b0524d9ebdcef897b8c4de9;hpb=ab53385205fe062af0e87d4e14296b1492fe3611;p=modules%2Fhexablock.git diff --git a/src/HEXABLOCK/HexWitness.hxx b/src/HEXABLOCK/HexWitness.hxx index c94c54b..f957c30 100644 --- a/src/HEXABLOCK/HexWitness.hxx +++ b/src/HEXABLOCK/HexWitness.hxx @@ -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_ @@ -28,12 +28,16 @@ #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 ();