X-Git-Url: http://git.salome-platform.org/gitweb/?p=modules%2Fsmesh.git;a=blobdiff_plain;f=src%2FMEDWrapper%2FMED_Factory.hxx;h=84087d138d1a9946de3cdc189ad2be6b0b109be1;hp=3dea6247b324d5dd76871fd30e8f9b12c1f9303d;hb=a63fc78c25199b018fae4f5b182e6a348be0abf2;hpb=7a3ecab720cc517ace17c5c4677fd3c20c0051ee diff --git a/src/MEDWrapper/MED_Factory.hxx b/src/MEDWrapper/MED_Factory.hxx index 3dea6247b..84087d138 100644 --- a/src/MEDWrapper/MED_Factory.hxx +++ b/src/MEDWrapper/MED_Factory.hxx @@ -27,6 +27,7 @@ #include "MED_Wrapper.hxx" #include +#include namespace MED { @@ -37,13 +38,16 @@ namespace MED bool GetMEDVersion( const std::string&, int&, int&, int& ); MEDWRAPPER_EXPORT - bool CheckCompatibility( const std::string& ); + bool CheckCompatibility( const std::string& , bool isForAppend=false); + + MEDWRAPPER_EXPORT + std::vector GetMEDVersionsAppendCompatible(); MEDWRAPPER_EXPORT PWrapper CrWrapperR( const std::string& ); MEDWRAPPER_EXPORT - PWrapper CrWrapperW( const std::string& ); + PWrapper CrWrapperW( const std::string&, int theVersion=-1 ); } #endif // MED_Factory_HeaderFile