X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FGeomValidators%2FGeomValidators_ConstructionComposite.h;h=67a2a3a30f84d167dcb2aaaeb75f69b4c862b996;hb=87474d56199326bace66da349e9dc2c44e02d3a7;hp=abe123fe59947496062c1eec1063d9cd43b95214;hpb=ed329a97add10e760a2e636697f50968a7f4d289;p=modules%2Fshaper.git diff --git a/src/GeomValidators/GeomValidators_ConstructionComposite.h b/src/GeomValidators/GeomValidators_ConstructionComposite.h index abe123fe5..67a2a3a30 100644 --- a/src/GeomValidators/GeomValidators_ConstructionComposite.h +++ b/src/GeomValidators/GeomValidators_ConstructionComposite.h @@ -19,10 +19,12 @@ class GeomValidators_ConstructionComposite : public ModelAPI_AttributeValidator public: GEOMVALIDATORS_EXPORT GeomValidators_ConstructionComposite() {} //! returns true if attribute is valid - //! \param theAttribute the checked attribute - //! \param theArguments arguments of the attribute + //! \param[in] theAttribute the checked attribute + //! \param[in] theArguments arguments of the attribute + //! \param[out] theError error message. GEOMVALIDATORS_EXPORT virtual bool isValid(const AttributePtr& theAttribute, - const std::list& theArguments) const; + const std::list& theArguments, + Events_InfoMessage& theError) const; }; #endif