X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FMEDWrapper%2FMED_Factory.hxx;h=fe5e0032ce95b60b60600db5c7365d62c707dff1;hb=54ac9a308a04f0c9355c223a3befd01b9227240b;hp=3dea6247b324d5dd76871fd30e8f9b12c1f9303d;hpb=7a3ecab720cc517ace17c5c4677fd3c20c0051ee;p=modules%2Fsmesh.git diff --git a/src/MEDWrapper/MED_Factory.hxx b/src/MEDWrapper/MED_Factory.hxx index 3dea6247b..fe5e0032c 100644 --- a/src/MEDWrapper/MED_Factory.hxx +++ b/src/MEDWrapper/MED_Factory.hxx @@ -37,13 +37,13 @@ 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 PWrapper CrWrapperR( const std::string& ); MEDWRAPPER_EXPORT - PWrapper CrWrapperW( const std::string& ); + PWrapper CrWrapperW( const std::string&, int theMinor=-1 ); } #endif // MED_Factory_HeaderFile