X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FConfig%2FConfig_Common.h;h=a8459c10790f0acd9bd74184e6daf6a5749bf7ae;hb=24f1ad2fd93475684288c899fb4fffcf05f6c21e;hp=2a579b91e126403d14d7f74cc698988be479a285;hpb=ae347a8a8014a15245199a3bb603413628e3f7d4;p=modules%2Fshaper.git diff --git a/src/Config/Config_Common.h b/src/Config/Config_Common.h index 2a579b91e..a8459c107 100644 --- a/src/Config/Config_Common.h +++ b/src/Config/Config_Common.h @@ -11,6 +11,7 @@ #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.