]> SALOME platform Git repositories - modules/med.git/blob - src/MEDMEM/MEDMEM_MedVersion.hxx
Salome HOME
update after merging trhe branches CEA_V3_0_x, OCC_V3_1_0_a1_x, and the main
[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 */