Ignore:
Timestamp:
09/21/11 09:42:30 (13 years ago)
Author:
hozdoba
Message:

Corrections

File:
1 edited

Legend:

Unmodified
Added
Removed
  • XMLIO_V2/dev/common/src/xmlio/attribute_map.cpp

    r219 r278  
    9696                                                   it != attributes.end(); 
    9797                                                   it ++) 
     98         { 
    9899            if ((*it).first.compare(StdString("id")) != 0 && 
    99100                (*it).first.compare(StdString("src"))!= 0) 
     
    102103               CAttributeMap::operator[]((*it).first)->fromString((*it).second); 
    103104            } 
     105         } 
    104106      } 
    105107       
Note: See TracChangeset for help on using the changeset viewer.