X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FMEDLoader%2FMEDLoader.hxx;h=a8c5eafed4021b8bca3f5d9b0505a8093aba63ef;hb=b7e277ad50223814bc479c5bd64cf12abe8fc959;hp=ec445ac8ced565d7a8aac14dcd5a28fc0d3a5f31;hpb=79386ac5c73f8365c428b8ef595c4ef004959667;p=tools%2Fmedcoupling.git diff --git a/src/MEDLoader/MEDLoader.hxx b/src/MEDLoader/MEDLoader.hxx index ec445ac8c..a8c5eafed 100644 --- a/src/MEDLoader/MEDLoader.hxx +++ b/src/MEDLoader/MEDLoader.hxx @@ -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);