]> SALOME platform Git repositories - modules/shaper.git/blobdiff - src/GeomValidators/GeomValidators_BooleanArguments.cpp
Salome HOME
Error management -- Feature validator returns an error.
[modules/shaper.git] / src / GeomValidators / GeomValidators_BooleanArguments.cpp
index 738b1ecc056384f0c6336cb38097cb06a95cb651..a5caa03fa019bcbe5e039ae1941b88981989e30e 100644 (file)
@@ -1,6 +1,6 @@
 // Copyright (C) 2014-20xx CEA/DEN, EDF R&D
 
-// File:        GeomValidators_BooleanArguments.h
+// File:        GeomValidators_BooleanArguments.cpp
 // Created:     30 June 2015
 // Author:      Dmitry Bobylev
 
@@ -11,7 +11,8 @@
 
 //=================================================================================================
 bool GeomValidators_BooleanArguments::isValid(const std::shared_ptr<ModelAPI_Feature>& theFeature,
-                                              const std::list<std::string>& theArguments) const
+                                              const std::list<std::string>& theArguments,
+                                              std::string& theError) const
 {
   if(theArguments.size() != 3) {
     return false;