Salome HOME
Use tempfile.mkdtemp to create temporary directory
[modules/yacs.git] / src / pmml / PMMLwin.hxx
old mode 100755 (executable)
new mode 100644 (file)
index bd546b7..6fc4afb
@@ -1,38 +1,57 @@
-// Copyright (C) 2007-2013  CEA/DEN, EDF R&D\r
-//\r
-// This library is free software; you can redistribute it and/or\r
-// modify it under the terms of the GNU Lesser General Public\r
-// License as published by the Free Software Foundation; either\r
-// version 2.1 of the License.\r
-//\r
-// This library is distributed in the hope that it will be useful,\r
-// but WITHOUT ANY WARRANTY; without even the implied warranty of\r
-// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU\r
-// Lesser General Public License for more details.\r
-//\r
-// You should have received a copy of the GNU Lesser General Public\r
-// License along with this library; if not, write to the Free Software\r
-// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA\r
-//\r
-// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com\r
-//\r
-// Author : InckA\r
-\r
-#ifndef _PMMLWIN_HXX_\r
-#define _PMMLWIN_HXX_\r
-\r
-#ifdef WIN32\r
-#  if defined pmmlLib_EXPORTS\r
-#    define PMMLLIB_EXPORT __declspec( dllexport )\r
-#  else\r
-#    define PMMLLIB_EXPORT __declspec( dllimport )\r
-#  endif\r
-#else\r
-#  define PMMLLIB_EXPORT\r
-#endif\r
-\r
-#ifdef WIN32\r
-#pragma warning( disable : 4290 )\r
-#endif\r
-\r
-#endif\r
+// Copyright (C) 2007-2022  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, 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
+//
+
+// Author : InckA
+
+#ifndef _PMMLWIN_HXX_
+
+#define _PMMLWIN_HXX_
+
+
+
+#ifdef WIN32
+
+#  if defined pmmlLib_EXPORTS
+
+#    define PMMLLIB_EXPORT __declspec( dllexport )
+
+#  else
+
+#    define PMMLLIB_EXPORT __declspec( dllimport )
+
+#  endif
+
+#else
+
+#  define PMMLLIB_EXPORT
+
+#endif
+
+
+
+#ifdef WIN32
+
+#pragma warning( disable : 4290 )
+
+#endif
+
+
+
+#endif
+