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=28cc2c58fe314b476e1ca8060fc2dbbdf1ed6abf;hpb=28636faf4eeaf4cf783c490f07b2efcf628cab1d;p=modules%2Fshaper.git diff --git a/src/GeomValidators/GeomValidators_Different.h b/src/GeomValidators/GeomValidators_Different.h index 28cc2c58f..f7771c197 100644 --- a/src/GeomValidators/GeomValidators_Different.h +++ b/src/GeomValidators/GeomValidators_Different.h @@ -21,13 +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, - std::string& theError) const; + 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