Ignore:
Timestamp:
11/17/10 14:40:14 (14 years ago)
Author:
hozdoba
Message:

mise à jour

File:
1 edited

Legend:

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

    r131 r137  
    2626                                                                                    \ 
    2727   const Attr_##att_name& getAttr_##att_name(void) const { return (att_name); }     \ 
    28    const Attr_##att_name& get_##att_name(void)     const { return (att_name); }     \ 
    29                                                                                     \ 
    30    void setAttr##att_name(const Attr_##att_name& _newattr) { att_name = _newattr; } \ 
    31    void set_##att_name   (const Attr_##att_name& _newattr) { att_name = _newattr; }\ 
    32                                                                                     \ 
    33    void setAttr##att_name(const att_type& _newattr) { att_name.setValue(_newattr); }\ 
    34    void set_##att_name   (const att_type& _newattr) { att_name.setValue(_newattr); }\ 
     28   void set_##att_name (const Attr_##att_name& _newattr) { att_name = _newattr; }   \ 
     29   void set_##att_name (const att_type& _newattr) { att_name.setValue(_newattr); }  \ 
    3530                                                                                    \ 
    3631   Attr_##att_name att_name 
Note: See TracChangeset for help on using the changeset viewer.