X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FModelAPI%2FModelAPI_FeatureValidator.h;h=3dafdf813bd47fabf465166060727511c27581b1;hb=85a3a34f6b8a9e925f4055e874c1e7f8833f0ac3;hp=7508c7ad3d30eaf9405f6375e5546e0378267c4c;hpb=8dc74f82810d5f597b78633b457efb0ef4f89f9f;p=modules%2Fshaper.git diff --git a/src/ModelAPI/ModelAPI_FeatureValidator.h b/src/ModelAPI/ModelAPI_FeatureValidator.h index 7508c7ad3..3dafdf813 100644 --- a/src/ModelAPI/ModelAPI_FeatureValidator.h +++ b/src/ModelAPI/ModelAPI_FeatureValidator.h @@ -15,7 +15,8 @@ class ModelAPI_FeatureValidator : public ModelAPI_Validator /// \param theFeature the validated feature /// \param theAttr the validated attribute ID, empty string of feature is validated /// \param theArguments list of string, feature attribute names: dependent attributes - virtual bool isValid(const boost::shared_ptr& theFeature) const = 0; + virtual bool isValid(const boost::shared_ptr& theFeature, + const std::list& theArguments) const = 0; }; #endif