Changeset 237


Ignore:
Timestamp:
06/28/11 09:01:12 (13 years ago)
Author:
hozdoba
Message:
 
Location:
XMLIO_V2/dev/dev_rv
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • XMLIO_V2/dev/dev_rv/src/xmlio/iface/interface.cpp.in

    r205 r237  
    11#include "macro.inc" 
    22 
    3 INCLUDE "../xmlioserver.hpp" 
     3INCLUDE "xmlioserver.hpp" 
    44 
    55INCLUDE "attribute_template_impl.hpp" 
  • XMLIO_V2/dev/dev_rv/src/xmlio/node/axis.cpp

    r168 r237  
    5555      if (size != true_size) 
    5656         ERROR("CAxis::checkAttributes(void)", 
    57                << "Le tableau \'zvalue\' a une taille différente de celle indiquée dans l'attribut \'size\'") 
     57               << "Le tableau \'zvalue\' a une taille différente" 
     58               << " de celle indiquée dans l'attribut \'size\'") 
    5859 
    5960      this->isChecked = true; 
Note: See TracChangeset for help on using the changeset viewer.