Changeset 477 for library/bdm/bdmroot.h

Show
Ignore:
Timestamp:
08/05/09 14:40:03 (15 years ago)
Author:
mido
Message:

panove, vite, jak jsem peclivej na upravu kodu.. snad se vam bude libit:) konfigurace je v souboru /system/astylerc

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • library/bdm/bdmroot.h

    r408 r477  
    3838 
    3939        //! This method arrange instance properties according the data stored in the Setting structure 
    40         virtual void from_setting(const Setting &set) { 
     40        virtual void from_setting ( const Setting &set ) { 
    4141        } 
    4242 
    4343        //! This method save all the instance properties into the Setting structure 
    44         virtual void to_setting(Setting &set) const { 
     44        virtual void to_setting ( Setting &set ) const { 
    4545        } 
    4646