X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FMEDLoader%2FMEDLoader.hxx;h=a8c5eafed4021b8bca3f5d9b0505a8093aba63ef;hb=b7e277ad50223814bc479c5bd64cf12abe8fc959;hp=6a91a468371ec7cf93f7c22651917ca6b9c5ba01;hpb=1e36a6710aab710674e20fbd89f6a9a8f238c023;p=tools%2Fmedcoupling.git diff --git a/src/MEDLoader/MEDLoader.hxx b/src/MEDLoader/MEDLoader.hxx index 6a91a4683..a8c5eafed 100644 --- a/src/MEDLoader/MEDLoader.hxx +++ b/src/MEDLoader/MEDLoader.hxx @@ -1,4 +1,4 @@ -// Copyright (C) 2007-2015 CEA/DEN, EDF R&D +// Copyright (C) 2007-2016 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 @@ -42,6 +42,7 @@ namespace MEDCoupling MEDLOADER_EXPORT void SetTooLongStrPolicy(int val); MEDLOADER_EXPORT bool HasXDR(); MEDLOADER_EXPORT std::string MEDFileVersionStr(); + MEDLOADER_EXPORT std::string MEDFileVersionOfFileStr(const std::string& fileName); MEDLOADER_EXPORT void MEDFileVersion(int& major, int& minor, int& release); MEDLOADER_EXPORT void CheckFileForRead(const std::string& fileName); MEDLOADER_EXPORT std::vector GetMeshNames(const std::string& fileName);