Show
Ignore:
Timestamp:
04/19/10 12:44:57 (14 years ago)
Author:
mido
Message:

LOG LEVEL improved and hopefully finished

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • library/bdm/base/datasources.h

    r896 r907  
    8989        */ 
    9090        void from_setting ( const Setting &set ); 
     91 
     92        void validate(); 
    9193}; 
    9294UIREGISTER ( MemDS ); 
     
    127129        // TODO dodelat void to_setting( Setting &set ) const; 
    128130 
     131        void validate();  
    129132}; 
    130133 
     
    142145public: 
    143146        void from_setting ( const Setting & set ); 
     147 
     148        void validate(); 
    144149}; 
    145150