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/file_attribut.hpp

    r123 r126  
    88      public : 
    99 
    10          DECLARE_ATTR(name, string) ; 
    11          DECLARE_ATTR(description, string) ; 
    12          DECLARE_ATTR(output_freq, Duration) ; 
     10         DECLARE_ATTR(name        , string) ; 
     11         DECLARE_ATTR(description , string) ; 
     12         DECLARE_ATTR(output_freq , Duration) ; 
    1313         DECLARE_ATTR(output_level, int) ; 
    14          DECLARE_ATTR(enabled, bool); 
     14         DECLARE_ATTR(enabled     , bool); 
    1515 
    1616         FileAttribut(void) : AttributRegistrar() 
    17          { registerAllAttributes(); } 
     17         { this->registerAllAttributes(); } 
    1818 
    1919      private : 
Note: See TracChangeset for help on using the changeset viewer.