Salome HOME
introduction of MED write/append with a lower major version of MED file format (hdf5...
[modules/smesh.git] / src / MEDWrapper / MED_Factory.hxx
index fe5e0032ce95b60b60600db5c7365d62c707dff1..402f97cb92f99c06612c7544559288e1df96f6ce 100644 (file)
@@ -27,6 +27,7 @@
 #include "MED_Wrapper.hxx"
 
 #include <string>
+#include <vector>
 
 namespace MED
 {
@@ -39,6 +40,9 @@ namespace MED
   MEDWRAPPER_EXPORT
   bool CheckCompatibility( const std::string& , bool isForAppend=false);
 
+  MEDWRAPPER_EXPORT
+  std::vector<int> GetMEDVersionsAppendCompatible();
+
   MEDWRAPPER_EXPORT
   PWrapper CrWrapperR( const std::string& );