Salome HOME
Issue #1854 Recover feature control update
[modules/shaper.git] / src / ModuleBase / ModuleBase_SelectionValidator.cpp
index 7c92d953d64d4fa30906c6014f4cd5f15ac3bcd3..10f07fe53743b13302dc1cec262db0e6baf57787 100644 (file)
@@ -1,13 +1,15 @@
 // 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
+                                            ModuleBase_Operation* theOperation) const
 {
-  return isValid(theSelection);
+  return true;
 }