Salome HOME
Issue #2063 crash during trim: it was corrected with #2065 issue, TestTrimLine02...
[modules/shaper.git] / src / ModuleBase / ModuleBase_SelectionValidator.cpp
1 // Copyright (C) 2014-20xx CEA/DEN, EDF R&D
2
3 // File:        ModuleBase_SelectionValidator.cpp
4 // Created:     18 November 2015
5 // Author:      Vitaly SMETANNIKOV
6
7
8 #include <ModuleBase_SelectionValidator.h>
9
10
11 bool ModuleBase_SelectionValidator::isValid(const ModuleBase_ISelection* theSelection,
12                                             ModuleBase_Operation* theOperation) const
13 {
14   return true;
15 }