X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FModelAPI%2FModelAPI_AttributeValidator.h;h=f059b9c659d4571ff5f03ed0b061bdd81c1a87a4;hb=1dac8a1588cedf3252864550fbfe931a354b6b45;hp=63a1b9e6fb8e8e103e5a73b3a50b220f086acf08;hpb=cb7a02e2d7e5f4c675571888b8119a8c58069a0d;p=modules%2Fshaper.git diff --git a/src/ModelAPI/ModelAPI_AttributeValidator.h b/src/ModelAPI/ModelAPI_AttributeValidator.h index 63a1b9e6f..f059b9c65 100644 --- a/src/ModelAPI/ModelAPI_AttributeValidator.h +++ b/src/ModelAPI/ModelAPI_AttributeValidator.h @@ -1,3 +1,5 @@ +// Copyright (C) 2014-20xx CEA/DEN, EDF R&D + // File: ModelAPI_AttributeValidator.h // Created: 4 Sep 2014 // Author: Mikhail PONIKAROV @@ -17,8 +19,8 @@ public: //! returns true if attribute is valid //! \param theAttribute the checked attribute //! \param theArguments arguments of the attribute - virtual bool isValid( - const AttributePtr& theAttribute, const std::list& theArguments) const = 0; + virtual bool isValid(const AttributePtr& theAttribute, + const std::list& theArguments) const = 0; }; #endif