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=a501a7b1b9ee97c146e9f7a77519dd7ded20bcc4;hpb=77262fdb4bf42ef5a70a8918f6bb3c86b0f6f3b3;p=modules%2Fhomard.git diff --git a/src/HOMARD_I/HomardMedCommun.h b/src/HOMARD_I/HomardMedCommun.h index a501a7b1..983e6372 100644 --- a/src/HOMARD_I/HomardMedCommun.h +++ b/src/HOMARD_I/HomardMedCommun.h @@ -1,9 +1,9 @@ -// Copyright (C) 2011-2012 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