X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FHOMARD_I%2FHomardMedCommun.h;h=983e637230657fb62b3cf8f15e817d0f36c8b3f4;hb=refs%2Ftags%2FV9_13_0b1;hp=5502f0807c2b8d41020c4dd850c0bb1964dee237;hpb=a3b974f0f68b4ea42bbfadb42106996e9a1842c8;p=modules%2Fhomard.git diff --git a/src/HOMARD_I/HomardMedCommun.h b/src/HOMARD_I/HomardMedCommun.h index 5502f080..983e6372 100644 --- a/src/HOMARD_I/HomardMedCommun.h +++ b/src/HOMARD_I/HomardMedCommun.h @@ -1,9 +1,9 @@ -// Copyright (C) 2011-2013 CEA/DEN, EDF R&D +// Copyright (C) 2011-2024 CEA, EDF // // 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 @@ -20,12 +20,13 @@ #ifndef HOMARDMEDCOMMUN_H #define HOMARDMEDCOMMUN_H +#include "HOMARD_i.hxx" #include #include #include -int MEDFileExist( const char * aFile ); -std::vector GetBoundingBoxInMedFile( const char * aFile); -std::set GetListeGroupesInMedFile(const char * aFile); +HOMARDENGINE_EXPORT int MEDFileExist( const char * aFile ); +HOMARDENGINE_EXPORT std::vector GetBoundingBoxInMedFile( const char * aFile); +HOMARDENGINE_EXPORT std::set GetListeGroupesInMedFile(const char * aFile); #endif // HOMARD%MEDCOMMUN_H