X-Git-Url: http://git.salome-platform.org/gitweb/?p=modules%2Fsmesh.git;a=blobdiff_plain;f=idl%2FSMESH_Gen.idl;fp=idl%2FSMESH_Gen.idl;h=81e4a48cc1636577b28140beb3dbf56043cabd12;hp=ec7b9ebba6250876b1eee7ca8e349bf89de83d02;hb=c58add1af5c5f2bb0c9ae42b3ff1e8169bfa7281;hpb=49ff23c94f469a0bd9de9981fb709eef8a8c4417 diff --git a/idl/SMESH_Gen.idl b/idl/SMESH_Gen.idl index ec7b9ebba..81e4a48cc 100644 --- a/idl/SMESH_Gen.idl +++ b/idl/SMESH_Gen.idl @@ -422,10 +422,15 @@ module SMESH string GetMEDVersion(in string theFileName); /*! - * \brief Check compatibility of file with MED format being used. + * \brief Check compatibility of file with MED format being used, for read only. */ boolean CheckCompatibility(in string theFileName); + /*! + * \brief Check compatibility of file with MED format being used, for append on write. + */ + boolean CheckWriteCompatibility(in string theFileName); + /*! * \brief Get names of meshes defined in file with the specified name. */