]> SALOME platform Git repositories - modules/yacs.git/blobdiff - src/hmi/commandsProc.cxx
Salome HOME
Copyright update 2022
[modules/yacs.git] / src / hmi / commandsProc.cxx
index 166c98c2743767c86cd09886229d1dbdad95384a..063473ec7ef4500e19251c02140f3756c3b1fb58 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2006-2019  CEA/DEN, EDF R&D
+// Copyright (C) 2006-2022  CEA/DEN, EDF R&D
 //
 // This library is free software; you can redistribute it and/or
 // modify it under the terms of the GNU Lesser General Public
@@ -2470,6 +2470,7 @@ bool CommandSetSwitchSelect::localExecute()
       setErrorMsg(ex);
       return false;
     }
+  return true;
 }
 
 bool CommandSetSwitchSelect::localReverse()
@@ -2492,6 +2493,7 @@ bool CommandSetSwitchSelect::localReverse()
       setErrorMsg(ex);
       return false;
     }
+  return true;
 }
 
 // ----------------------------------------------------------------------------