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/tests/test_user_info.cpp

    r386 r390  
    77using namespace bdm; 
    88 
    9 class Passenger : public bdmroot 
     9class Passenger : public root 
    1010{ 
    1111public: 
     
    7474UIREGISTER(Robot); 
    7575 
    76 class Transport : public bdmroot 
     76class Transport : public root 
    7777{ 
    7878public: