Ignore:
Timestamp:
06/18/10 14:33:19 (14 years ago)
Author:
hozdoba
Message:

Début de prise en charge des références (sans contrÎle ni transmission d'attribut pour le moment).

File:
1 edited

Legend:

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

    r98 r108  
    88   {                                                  \ 
    99      public:                                         \ 
    10          const char * getName(void) const { return #att_name ;}                     \ 
     10         virtual string getName(void) const { return #att_name ;}                   \ 
    1111         virtual const char * getType(void) const { return #att_type ;}             \ 
    1212         attr_##att_name(void) : Attribut<att_type>() {}                            \ 
Note: See TracChangeset for help on using the changeset viewer.