Changeset 263
- Timestamp:
- 08/25/11 09:15:58 (12 years ago)
- Location:
- XMLIO_V2/dev/dev_rv
- Files:
-
- 2 added
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
XMLIO_V2/dev/dev_rv/Makefile.wk
r260 r263 411 411 ifeq ($(VERSION), 4) 412 412 ELEMS_CPP = object exception xml_node xml_parser inetcdf4 inetcdf4_adv onetcdf4 mpi_interface\ 413 attribute attribute_template attribute_map 413 attribute attribute_template attribute_map buffer 414 414 415 415 endif -
XMLIO_V2/dev/dev_rv/src4/xmlio/group_template.hpp
r261 r263 21 21 #include "xmlioserver_spl.hpp" 22 22 #include "declare_attribute.hpp" 23 #include "attribute_map.hpp" 23 24 #include "xml_node.hpp" 24 25 … … 77 78 public : // Traitements 78 79 79 virtual void solveDescInheritance(const CAttributeMap * const _parent = 0);80 virtual void solveDescInheritance(const tree::CAttributeMap * const _parent = 0); 80 81 void solveRefInheritance(void); 81 82 -
XMLIO_V2/dev/dev_rv/src4/xmlio/object_template.hpp
r261 r263 64 64 public : // Traitement 65 65 66 virtual void solveDescInheritance(const CAttributeMap * const _parent = 0);66 virtual void solveDescInheritance(const tree::CAttributeMap * const _parent = 0); 67 67 68 68 public : // Traitement statique
Note: See TracChangeset
for help on using the changeset viewer.