X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=idl%2FSMESH_Hypothesis.idl;h=305c5e1e5ec353abbcf750bde400caa8018abd83;hb=c9294ee68826be2746e5cc00291a8641731d6e29;hp=397079a96a908bf1bd9ab66103670ed1412360a1;hpb=7eda9ca931ed2a11cb5e4637e4ffe19f5c061115;p=modules%2Fsmesh.git diff --git a/idl/SMESH_Hypothesis.idl b/idl/SMESH_Hypothesis.idl index 397079a96..305c5e1e5 100644 --- a/idl/SMESH_Hypothesis.idl +++ b/idl/SMESH_Hypothesis.idl @@ -1,4 +1,4 @@ -// Copyright (C) 2007-2016 CEA/DEN, EDF R&D, OPEN CASCADE +// Copyright (C) 2007-2022 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 @@ -57,7 +57,7 @@ module SMESH /*! * Get the internal Id */ - long GetId(); + short GetId(); /*! * Set the variable parameter @@ -91,7 +91,7 @@ module SMESH /*! * Return true if a hypothesis has parameters. * - * This method is intended for GUI to know if "Edit" menu item sould be available + * This method is intended for GUI to know if "Edit" menu item should be available */ boolean HasParameters(); };