Changeset 377 for bdm/bdmroot.h

Show
Ignore:
Timestamp:
06/15/09 18:27:16 (15 years ago)
Author:
mido
Message:

1) globalni prejmenovani Setting &root na Setting &set
2) smazani par zastaralych adresaru
3) oprava warningu v doc\local
4) prejmenovani SettingsResolver? na SettingResolver? a drobne vylepseni funkcnosti
5) odstranena duplikace kodu v user_info.cpp

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • bdm/bdmroot.h

    r357 r377  
    4040 
    4141        //! This method arrange instance properties according the data stored in the Setting structure 
    42         virtual void from_setting( const Setting &root ) 
     42        virtual void from_setting( const Setting &set ) 
    4343        { 
    4444        } 
    4545 
    4646        //! This method save all the instance properties into the Setting structure  
    47         virtual void to_setting( Setting &root ) const 
     47        virtual void to_setting( Setting &set ) const 
    4848        {        
    4949        } 
     
    5353        { 
    5454        } 
    55  
    5655}; 
    5756