Changeset 263 for XMLIO_V2/dev


Ignore:
Timestamp:
08/25/11 09:15:58 (13 years ago)
Author:
hozdoba
Message:

Mise à jour v4

Location:
XMLIO_V2/dev/dev_rv
Files:
2 added
3 edited

Legend:

Unmodified
Added
Removed
  • XMLIO_V2/dev/dev_rv/Makefile.wk

    r260 r263  
    411411ifeq ($(VERSION), 4) 
    412412        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 
    414414                
    415415endif 
  • XMLIO_V2/dev/dev_rv/src4/xmlio/group_template.hpp

    r261 r263  
    2121#include "xmlioserver_spl.hpp" 
    2222#include "declare_attribute.hpp" 
     23#include "attribute_map.hpp" 
    2324#include "xml_node.hpp" 
    2425 
     
    7778      public : // Traitements 
    7879 
    79          virtual void solveDescInheritance(const CAttributeMap * const _parent = 0); 
     80         virtual void solveDescInheritance(const tree::CAttributeMap * const _parent = 0); 
    8081         void solveRefInheritance(void); 
    8182 
  • XMLIO_V2/dev/dev_rv/src4/xmlio/object_template.hpp

    r261 r263  
    6464      public : // Traitement 
    6565 
    66          virtual void solveDescInheritance(const CAttributeMap * const _parent = 0); 
     66         virtual void solveDescInheritance(const tree::CAttributeMap * const _parent = 0); 
    6767 
    6868      public : // Traitement statique 
Note: See TracChangeset for help on using the changeset viewer.