Salome HOME
Add ExchangeAPI, fillAttribute in ModelHighAPI_Tools, ModelHighAPI_Selection and...
[modules/shaper.git] / src / ModuleBase / ModuleBase_SelectionValidator.cpp
index fa9b27e5e59035cc8f89720d3bc95050b4987ce1..c663b01c934a8560412d2ef820685957da16588a 100644 (file)
@@ -1,17 +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>
 
-ModuleBase_SelectionValidator::~ModuleBase_SelectionValidator()
-{
-}
 
-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;
 }