]> SALOME platform Git repositories - modules/shaper.git/blobdiff - src/Config/Config_XMLReader.cpp
Salome HOME
Merge branch 'master' of newgeom:newgeom
[modules/shaper.git] / src / Config / Config_XMLReader.cpp
index 0ac45babf63b02f277520d2e0e6e5802a6cc8542..e86579ede4618d8373d487497c83a4cdc106edab 100644 (file)
@@ -9,7 +9,7 @@
 #include <Config_Keywords.h>
 #include <Config_Common.h>
 
-#include <Event_Loop.h>
+#include <Events_Loop.h>
 #include <libxml/parser.h>
 #include <libxml/tree.h>
 
@@ -60,7 +60,7 @@ void Config_XMLReader::readAll()
 
 /*
  * Allows to customize reader's behavior for a node. Virtual.
- * The default implementation does nothing. (In debug mode prints
+ * The default impl does nothing. (In debug mode prints
  * some info)
  */
 void Config_XMLReader::processNode(xmlNodePtr theNode)
@@ -77,7 +77,7 @@ void Config_XMLReader::processNode(xmlNodePtr theNode)
 
 /*
  * Defines which nodes should be processed recursively. Virtual.
- * The default implementation is to read all nodes.
+ * The default impl is to read all nodes.
  */
 bool Config_XMLReader::processChildren(xmlNodePtr aNode)
 {