Changeset 237
- Timestamp:
- 06/28/11 09:01:12 (12 years ago)
- 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 1 1 #include "macro.inc" 2 2 3 INCLUDE " ../xmlioserver.hpp"3 INCLUDE "xmlioserver.hpp" 4 4 5 5 INCLUDE "attribute_template_impl.hpp" -
XMLIO_V2/dev/dev_rv/src/xmlio/node/axis.cpp
r168 r237 55 55 if (size != true_size) 56 56 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\'") 58 59 59 60 this->isChecked = true;
Note: See TracChangeset
for help on using the changeset viewer.