X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FGeomValidators%2FGeomValidators_Positive.h;h=abfbe948bc519bd8bcbe0cbd390a46d947cf368d;hb=9c54fb01877c455abb5b5ff22e384468f795b328;hp=f526999f61c943c72b897c5dd629f78796c443d9;hpb=0ea6242dd53cf845d8457921aa1613f546a68e44;p=modules%2Fshaper.git diff --git a/src/GeomValidators/GeomValidators_Positive.h b/src/GeomValidators/GeomValidators_Positive.h index f526999f6..abfbe948b 100644 --- a/src/GeomValidators/GeomValidators_Positive.h +++ b/src/GeomValidators/GeomValidators_Positive.h @@ -1,3 +1,5 @@ +// Copyright (C) 2014-20xx CEA/DEN, EDF R&D + // File: GeomValidators_ValidatorPositive.h // Created: 16 Sep 2014 // Author: Mikhail PONIKAROV @@ -19,8 +21,8 @@ public: //! returns true if attribute is valid //! \param theAttribute the checked attribute //! \param theArguments arguments of the attribute - GEOMVALIDATORS_EXPORT virtual bool isValid( - const AttributePtr& theAttribute, const std::list& theArguments) const; + GEOMVALIDATORS_EXPORT virtual bool isValid(const AttributePtr& theAttribute, + const std::list& theArguments) const; };