X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;ds=sidebyside;f=src%2FGeomValidators%2FGeomValidators_Different.h;h=f7771c197128139164b7a7d6469daa09ba62cbaa;hb=3e6012473696e5fd94e3c8240e2e1eda8def1743;hp=14380dd3e8c031459137f7c1e4dbcaf7e0aa0c8a;hpb=364cef2e3a61f6d511a8389ae445c03319b7bbca;p=modules%2Fshaper.git diff --git a/src/GeomValidators/GeomValidators_Different.h b/src/GeomValidators/GeomValidators_Different.h index 14380dd3e..f7771c197 100644 --- a/src/GeomValidators/GeomValidators_Different.h +++ b/src/GeomValidators/GeomValidators_Different.h @@ -21,12 +21,15 @@ public: /** \brief Returns true if feature and/or attributes are valid. * \param[in] theFeature the validated feature. * \param[in] theArguments the arguments in the configuration file for this validator. + * \param[out] theError error message. * \returns true if feature is valid. */ GEOMVALIDATORS_EXPORT virtual bool isValid(const std::shared_ptr& theFeature, - const std::list& theArguments) const; + const std::list& theArguments, + Events_InfoMessage& theError) const; - GEOMVALIDATORS_EXPORT virtual bool isNotObligatory(std::string theFeature, std::string theAttribute); + GEOMVALIDATORS_EXPORT virtual + bool isNotObligatory(std::string theFeature, std::string theAttribute); }; #endif