Changeset 339

Show
Ignore:
Timestamp:
05/13/09 19:15:58 (15 years ago)
Author:
mido
Message:

pridani metod souvisejicich s UserInfo? problematikou do tridy bdmroot

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • bdm/stat/libBM.h

    r338 r339  
    2121using namespace itpp; 
    2222using namespace std; 
     23using namespace libconfig; 
    2324 
    2425//! Root class of BDM objects 
     
    2728        //! make sure this is a virtual object 
    2829        virtual ~bdmroot() {} 
     30 
     31        //! This method arrange instance properties according the data stored in the Setting structure 
     32        virtual void FromSetting( Setting &element ) 
     33        { 
     34        } 
     35 
     36        //! This method save all the instance properties into the Setting structure  
     37        virtual void ToSetting( Setting &element )  
     38        {        
     39        } 
    2940}; 
    3041 
     
    739750}; 
    740751 
     752 
    741753}; //namespace 
    742754#endif // BM_H