Salome HOME
Update copyright info (2010->2011)
[modules/smesh.git] / src / SMESH / SMESH_File.hxx
index b1045e331c37234a01dbc71cb6c653cc512cf698..62c8d49c69f3e0738d10297447ea0420d94608fb 100644 (file)
@@ -1,7 +1,4 @@
-//  Copyright (C) 2007-2008  CEA/DEN, EDF R&D, OPEN CASCADE
-//
-//  Copyright (C) 2003-2007  OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN,
-//  CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS
+//  Copyright (C) 2007-2011  CEA/DEN, EDF R&D, OPEN CASCADE
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of the GNU Lesser General Public
 //
 //  See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
 //
+
 // File      : SMESH_File.hxx
 // Created   : Wed Mar 10 10:33:04 2010
 // Author    : Edward AGAPOV (eap)
-
-
+//
 #ifndef __SMESH_File_HXX__
 #define __SMESH_File_HXX__
 
 #include <string>
 #include <vector>
 
+#ifdef WNT
+#include <windows.h>
+#else
+#include <dlfcn.h>
+#endif
+
 /*!
  * \brief High level util for effective file reading and other file operations
  */
-class SMESH_File
+class SMESH_EXPORT SMESH_File
 {
 public: