Salome HOME
Minor corrections: coding rules
[modules/shaper.git] / src / Config / Config_XMLReader.h
index 62173af3155810e23726be7d22f34d3633e1fc87..ccb0611154dd7d9d1267c8b83dba05a691296f31 100644 (file)
@@ -60,11 +60,12 @@ class Config_XMLReader
    */
   CONFIG_EXPORT xmlNodePtr findRoot();
 
+  CONFIG_EXPORT const char* encoding() const;
+
  protected:
   /*!
    * \brief Allows to customize reader's behavior for a node. Virtual.
-   * The default implementation process "source", "validator" and
-   * "selection_filter" nodes.
+   * The default implementation process "source" and "validator" nodes.
    */
   virtual void processNode(xmlNodePtr aNode);