Salome HOME
refs #98 - Default color for constraints
[modules/shaper.git] / src / Config / Config_Common.h
index 2a579b91e126403d14d7f74cc698988be479a285..a8459c10790f0acd9bd74184e6daf6a5749bf7ae 100644 (file)
@@ -11,6 +11,7 @@
 #include "Config_def.h"
 
 #include <string>
+#include <list>
 #include <stdarg.h>
 
 //>> 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<std::string>& outValidatorParameters);
+
 /*!
  \brief Convert the given parameter to the platform-specific library name.