Salome HOME
#1658 New widget supporting nested option buttons
[modules/shaper.git] / src / ModuleBase / ModuleBase_SelectionValidator.cpp
index 7c92d953d64d4fa30906c6014f4cd5f15ac3bcd3..c663b01c934a8560412d2ef820685957da16588a 100644 (file)
@@ -1,13 +1,14 @@
 // Copyright (C) 2014-20xx CEA/DEN, EDF R&D
 
 // File:        ModuleBase_SelectionValidator.cpp
-// Created:     8 Jul 2014
+// Created:     18 November 2015
 // Author:      Vitaly SMETANNIKOV
 
+
 #include <ModuleBase_SelectionValidator.h>
 
-bool ModuleBase_SelectionValidator::isValid(const ModuleBase_ISelection* theSelection,
-                                            const std::list<std::string>& theArguments) const
+
+bool ModuleBase_SelectionValidator::isValid(const ModuleBase_ISelection* theSelection, ModuleBase_Operation* theOperation) const
 {
-  return isValid(theSelection);
+  return true;
 }