Changeset 673
- Timestamp:
- 10/20/09 00:55:44 (15 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
library/bdm/bdmroot.h
r671 r673 27 27 //! Root class of BDM objects 28 28 class root { 29 protected: 29 30 //! level of details that will be logged to logger 30 31 int log_level; … … 49 50 } 50 51 51 //! This method TODO52 //! This method checks that all internal structures has been correctly set-up, always call at the ned of from_setting 52 53 virtual void validate() { 53 54 }