Changeset 100 in pacpusframework for branches/2.0-beta1/src/PacpusLib/XmlConfigFile.cpp


Ignore:
Timestamp:
06/02/13 10:10:12 (11 years ago)
Author:
morasjul
Message:

beta 2.0 : fix some bug with xml reading function

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2.0-beta1/src/PacpusLib/XmlConfigFile.cpp

    r89 r100  
    7474{
    7575    _mutex.lock();
    76 
     76// TODO change .tagName => .attribute(kPropertyComponentName.c_str())
    7777    if (_document.documentElement().namedItem(componentSection).namedItem(component.tagName()).isNull()) {
    7878        LOG_WARN("component " << component.tagName() << " exists already in the document");
Note: See TracChangeset for help on using the changeset viewer.