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/base/user_info.h

    r388 r390  
    113113 
    114114        //! internal method assembling a typeless instance from components obtained by the 'AssemblyComponentsFromSetting()' method 
    115         virtual bdmroot* new_instance() const = 0; 
     115        virtual root* new_instance() const = 0; 
    116116         
    117117        //! This methods tries to save an instance of type T (or some of its descendant types) 
     
    150150                const UI& related_UI = Mapped_UI::retrieve_ui( class_name ); 
    151151                 
    152                 bdmroot* typeless_instance = related_UI.new_instance(); 
     152                root* typeless_instance = related_UI.new_instance(); 
    153153 
    154154                instance = NULL; 
     
    339339        static const Particular_UI<T>& ui;       
    340340 
    341         bdmroot* new_instance() const 
     341        root* new_instance() const 
    342342        { 
    343343                return new T();