X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FModel%2FModel_Validator.h;h=e2f67b617dde97fb7a9024be9d37217d8a2fd95b;hb=965adcb3288bda478cdd045d4b2f90c92980d099;hp=a739a79781b45193302f35ccad389ab2cdcc585f;hpb=a7f44a41bdf29e7bd978ff3b8c8bd514d1223be7;p=modules%2Fshaper.git diff --git a/src/Model/Model_Validator.h b/src/Model/Model_Validator.h index a739a7978..e2f67b617 100644 --- a/src/Model/Model_Validator.h +++ b/src/Model/Model_Validator.h @@ -1,3 +1,5 @@ +// Copyright (C) 2014-20xx CEA/DEN, EDF R&D + // File: Model_Validator.hxx // Created: 2 Jul 2014 // Author: Mikhail PONIKAROV @@ -87,7 +89,8 @@ class Model_ValidatorsFactory : public ModelAPI_ValidatorsFactory virtual bool isConcealed(std::string theFeature, std::string theAttribute); protected: - void addDefaultValidators(std::list& theValidators) const; + void addDefaultValidators(std::list& theValidators, + std::list >& theArguments) const; /// Get instance from Session Model_ValidatorsFactory();