Salome HOME
Roll back the modification, not yet approved
[modules/shaper.git] / src / Config / Config_FeatureReader.h
index 35582ae7e02dfc23ccba76689d39386b0f9e6427..409af6c7ec4270ae3db3e4d98f5f4a7a23c57339 100644 (file)
@@ -38,6 +38,10 @@ class Config_FeatureReader : public Config_XMLReader
  protected:
   /// Overloaded method. Defines how to process each node
   virtual void processNode(xmlNodePtr aNode);
+
+  /// Overloaded method. Clears attribute cache on exit from attribute's node
+  virtual void cleanup(xmlNodePtr aNode);
+
   /// Overloaded method. Defines if the given node should be parsed recursively
   virtual bool processChildren(xmlNodePtr aNode);