Ignore:
Timestamp:
10/01/10 11:32:41 (14 years ago)
Author:
hozdoba
Message:

Commit pour sauvegarde - diverses corrections de bogues et améliorations du code.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • XMLIO_V2/dev/dev_rv/src/XMLIO/attribut_registrar.hpp

    r120 r124  
    2424         friend ostream& operator<< (ostream& out, const AttributRegistrar& c) 
    2525         { 
    26             for(unsigned int i = 0; i < c.attrList.getVectorSize(); i++) out << *c.attrList.getVector()[i]; 
     26            for(unsigned int i = 0; i < c.attrList.getVectorSize(); i++) 
     27               if (c.attrList.getVector()[i]->hasValue()) 
     28                  out << *c.attrList.getVector()[i]; 
    2729            return (out); 
    2830         } 
Note: See TracChangeset for help on using the changeset viewer.