Ignore:
Timestamp:
10/07/10 10:29:38 (14 years ago)
Author:
hozdoba
Message:

Amélioration de quelques portions de code.
Ajout de contructeurs par copie.

File:
1 edited

Legend:

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

    r120 r126  
    88      public : 
    99 
    10          DECLARE_ATTR(name, string) ; 
     10         DECLARE_ATTR(name       , string) ; 
    1111         DECLARE_ATTR(description, string) ; 
    12          DECLARE_ATTR(domain_ref, string) ; 
    13          DECLARE_ATTR(axis_ref, string) ;  
     12         DECLARE_ATTR(domain_ref , string) ; 
     13         DECLARE_ATTR(axis_ref   , string) ; 
    1414 
    1515         GridAttribut(void) : AttributRegistrar() 
    16          { registerAllAttributes(); } 
     16         { this->registerAllAttributes(); } 
    1717 
    1818      private : 
Note: See TracChangeset for help on using the changeset viewer.