Changeset 673

Show
Ignore:
Timestamp:
10/20/09 00:55:44 (15 years ago)
Author:
smidl
Message:

root

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • library/bdm/bdmroot.h

    r671 r673  
    2727//! Root class of BDM objects 
    2828class root { 
     29        protected: 
    2930        //! level of details that will be logged to logger 
    3031        int log_level; 
     
    4950        } 
    5051 
    51         //! This method TODO 
     52        //! This method checks that all internal structures has been correctly set-up, always call at the ned of from_setting 
    5253        virtual void validate() { 
    5354        }