Salome HOME
merging the main trunk with the BrForComp branch to build a pre V3_0_1
[modules/med.git] / src / MEDMEM / MEDMEM_MedVersion.hxx
1 #ifndef MED_VERSION_HXX
2 #define MED_VERSION_HXX
3
4 #include <string>
5 #include "MEDMEM_Exception.hxx"
6 #include "MEDMEM_define.hxx"
7
8 namespace MEDMEM {
9
10   MED_EN::medFileVersion getMedFileVersion(const string & fileName)
11     throw (MEDEXCEPTION);
12 }
13
14 #endif /* MED_VERSION_HXX */