Salome HOME
updated copyright message
[modules/homard.git] / src / HOMARD_I / HomardMedCommun.h
index e6bac47dd8d75266e1be0c38982702d87835106a..4302a1ae6f5ec695f70db2e271ef4a2921edd563 100644 (file)
@@ -1,9 +1,9 @@
-// Copyright (C) 2011-2012  CEA/DEN, EDF R&D
+// Copyright (C) 2011-2023  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
 #ifndef HOMARDMEDCOMMUN_H
 #define HOMARDMEDCOMMUN_H
 
+#include "HOMARD_i.hxx"
 #include <vector>
 #include <set>
 #include <string>
 
-std::vector<double>    GetBoundingBoxInMedFile( const char * aFile);
-std::set<std::string>  GetListeGroupesInMedFile(const char * aFile);
+HOMARDENGINE_EXPORT int                    MEDFileExist( const char * aFile );
+HOMARDENGINE_EXPORT std::vector<double>    GetBoundingBoxInMedFile( const char * aFile);
+HOMARDENGINE_EXPORT std::set<std::string>  GetListeGroupesInMedFile(const char * aFile);
 
 #endif // HOMARD%MEDCOMMUN_H