Salome HOME
refs #98 - Default color for constraints
[modules/shaper.git] / src / Config / Config_Common.h
index 40051dc2ac209f5d0389d4fe5f712cc5eb8017de..a8459c10790f0acd9bd74184e6daf6a5749bf7ae 100644 (file)
@@ -8,9 +8,10 @@
 #ifndef Config_Common_H_
 #define Config_Common_H_
 
-#include "Config.h"
+#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.