Changeset 390 for library/bdm/bdmroot.h

Show
Ignore:
Timestamp:
06/19/09 12:41:37 (15 years ago)
Author:
mido
Message:

class bdmroot renamed to root, ui matrix patched (possibility of a "matrix" string at first place of the matrix list was allowed)

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • library/bdm/bdmroot.h

    r387 r390  
    1111*/ 
    1212 
    13 #ifndef BDMROOT_H 
    14 #define BDMROOT_H 
     13#ifndef root_H 
     14#define root_H 
    1515 
    1616#include <string> 
     
    2626 
    2727//! Root class of BDM objects 
    28 class bdmroot { 
     28class root { 
    2929public: 
    3030        //! make sure this is a virtual object 
    31         virtual ~bdmroot()  
     31        virtual ~root()  
    3232        { 
    3333        } 
     
    5656 
    5757}; //namespace 
    58 #endif // BDMROOT_H 
     58#endif // root_H