Changeset 100 in pacpusframework for branches/2.0-beta1/src/PacpusLib/XmlConfigFile.cpp
- Timestamp:
- Jun 2, 2013, 10:10:12 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/2.0-beta1/src/PacpusLib/XmlConfigFile.cpp
r89 r100 74 74 { 75 75 _mutex.lock(); 76 76 // TODO change .tagName => .attribute(kPropertyComponentName.c_str()) 77 77 if (_document.documentElement().namedItem(componentSection).namedItem(component.tagName()).isNull()) { 78 78 LOG_WARN("component " << component.tagName() << " exists already in the document");
Note:
See TracChangeset
for help on using the changeset viewer.