Ignore:
Timestamp:
06/04/10 12:02:47 (14 years ago)
Author:
hozdoba
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • XMLIO_V2/dev/dev_rv/field_attribut.hpp

    r91 r95  
    1919         DECLARE_ATTR(level, int) ; 
    2020         DECLARE_ATTR(prec, int) ; 
     21          
     22         DECLARE_ATTR(src, string) ; // TEMPORAIRE, pour fieldgroup uniquement 
    2123       
    2224         DECLARE_ATTR(enabled, bool); 
     
    2830       
    2931         FieldAttribut(void) 
    30          { /* Ne rien faire de plus */ } 
    31                   
    32          // TODO Peut-être définir un constructeur par copie au lieu de registerAllAttributes (éventuellement) 
    33           
    34          virtual void registerAllAttributes(void) 
     32         { registerAllAttributes(); } 
     33                          
     34         void registerAllAttributes(void) 
    3535         { 
    3636            RegisterAttribut(&name) ; 
     
    3838            RegisterAttribut(&unit) ; 
    3939            RegisterAttribut(&operation); 
     40             
     41            RegisterAttribut(&src);// TEMPORAIRE, pour fieldgroup uniquement 
    4042       
    4143            RegisterAttribut(&freq_op) ; 
Note: See TracChangeset for help on using the changeset viewer.