X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FConfig%2FConfig_Common.h;h=a8459c10790f0acd9bd74184e6daf6a5749bf7ae;hb=2be2a749ec2a157df431f04753ded237944894b1;hp=40051dc2ac209f5d0389d4fe5f712cc5eb8017de;hpb=65350bc1b9ac17e42959fb98d650a7791b3cdf06;p=modules%2Fshaper.git diff --git a/src/Config/Config_Common.h b/src/Config/Config_Common.h index 40051dc2a..a8459c107 100644 --- a/src/Config/Config_Common.h +++ b/src/Config/Config_Common.h @@ -8,9 +8,10 @@ #ifndef Config_Common_H_ #define Config_Common_H_ -#include "Config.h" +#include "Config_def.h" #include +#include #include //>> Forward declaration of xmlNodePtr. @@ -49,6 +50,12 @@ CONFIG_EXPORT bool isNode(xmlNodePtr theNode, const char* theNodeName, ...); */ CONFIG_EXPORT bool hasChild(xmlNodePtr theNode); +/* + * + */ +CONFIG_EXPORT bool getValidatorInfo(xmlNodePtr theNode, std::string& outValidatorId, + std::list& outValidatorParameters); + /*! \brief Convert the given parameter to the platform-specific library name.