Ignore:
Timestamp:
04/13/11 15:15:12 (13 years ago)
Author:
hozdoba
Message:
 
File:
1 edited

Legend:

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

    r171 r173  
    161161            if (!this->hasAttribute(key)) 
    162162               ERROR("CAttributeMap::fromBinary(StdIStream & is)", 
    163                      << "[ key = " << key << "] key not found !");  
    164                       
     163                     << "[ key = " << key << "] key not found !"); 
     164                                         
    165165            is.read (reinterpret_cast<char*>(&hasValue), sizeof(bool)); 
    166166             
Note: See TracChangeset for help on using the changeset viewer.