X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FConfig%2FConfig_XMLReader.h;h=6cfefc62d854f96122b361d48e47a42b9a048212;hb=853e0eec6016120b641efa6adf427a239cf203cf;hp=d19bd8467a482517d7602cb4b33e0bc595593ef7;hpb=a731f82dccbfdb67cbf8e8d617222a4d3e32018a;p=modules%2Fshaper.git diff --git a/src/Config/Config_XMLReader.h b/src/Config/Config_XMLReader.h index d19bd8467..6cfefc62d 100644 --- a/src/Config/Config_XMLReader.h +++ b/src/Config/Config_XMLReader.h @@ -87,7 +87,7 @@ class Config_XMLReader std::string getNodeName(xmlNodePtr theNode); /// Stores an attribute in internal map for later use. /// Key is "Node_Name:Node_Attribute" and value is getProperty(theNodeAttribute) - void storeAttribute(xmlNodePtr theNode, const char* theNodeAttribute); + void storeAttribute(xmlNodePtr theNode, const char* theNodeAttribute, bool doClean = false); /// Restores an attribute from internal map. std::string restoreAttribute(xmlNodePtr theNode, const char* theNodeAttribute); /// Restores an attribute from internal map.