X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FModelAPI%2FModelAPI_AttributeValidator.h;h=1cf46a54cde7b10ccb2e8feb1586ee165d223138;hb=5303dd1fa6ad4411e38f8d36103c72109957e05c;hp=f059b9c659d4571ff5f03ed0b061bdd81c1a87a4;hpb=f1cd93fd02a54259f72e3191d037323a496b2bef;p=modules%2Fshaper.git diff --git a/src/ModelAPI/ModelAPI_AttributeValidator.h b/src/ModelAPI/ModelAPI_AttributeValidator.h index f059b9c65..1cf46a54c 100644 --- a/src/ModelAPI/ModelAPI_AttributeValidator.h +++ b/src/ModelAPI/ModelAPI_AttributeValidator.h @@ -7,6 +7,7 @@ #ifndef ModelAPI_AttributeValidator_H #define ModelAPI_AttributeValidator_H +#include #include #include @@ -20,7 +21,10 @@ public: //! \param theAttribute the checked attribute //! \param theArguments arguments of the attribute virtual bool isValid(const AttributePtr& theAttribute, - const std::list& theArguments) const = 0; + const std::list& theArguments, + std::string& theError) const = 0; + + MODELAPI_EXPORT ~ModelAPI_AttributeValidator(); }; #endif