X-Git-Url: http://git.salome-platform.org/gitweb/?p=modules%2Fsmesh.git;a=blobdiff_plain;f=src%2FMEDWrapper%2FMED_Factory.hxx;h=32ca80d3a8e7ff6a6ecf56e6ace9c743c55d0b0e;hp=fe5e0032ce95b60b60600db5c7365d62c707dff1;hb=6d32f944a0a115b6419184c50b57bf7c4eef5786;hpb=c58add1af5c5f2bb0c9ae42b3ff1e8169bfa7281 diff --git a/src/MEDWrapper/MED_Factory.hxx b/src/MEDWrapper/MED_Factory.hxx index fe5e0032c..32ca80d3a 100644 --- a/src/MEDWrapper/MED_Factory.hxx +++ b/src/MEDWrapper/MED_Factory.hxx @@ -1,4 +1,4 @@ -// Copyright (C) 2007-2016 CEA/DEN, EDF R&D, OPEN CASCADE +// Copyright (C) 2007-2019 CEA/DEN, EDF R&D, OPEN CASCADE // // Copyright (C) 2003-2007 OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN, // CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS @@ -27,6 +27,7 @@ #include "MED_Wrapper.hxx" #include +#include namespace MED { @@ -39,11 +40,14 @@ namespace MED MEDWRAPPER_EXPORT 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&, int theMinor=-1 ); + PWrapper CrWrapperW( const std::string&, int theVersion=-1 ); } #endif // MED_Factory_HeaderFile