Show
Ignore:
Timestamp:
06/22/09 13:10:28 (15 years ago)
Author:
mido
Message:

1) UI_File renamed to UIFile
2) part UI's documentation
3) stat/mixtures.h renamed to stat/emix.h and related changes applied

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • library/tests/test_user_info.cpp

    r390 r394  
    197197{ 
    198198  //////////////////////////////////// LOADING //////////////////////////////// 
    199   UI_File in("test_user_info_input.cfg"); 
     199  UIFile in("test_user_info_input.cfg"); 
    200200  Transport *pepikovo = UI::build<Transport>(in, "pepikovo"); 
    201201  cout << "pepikovo: " << pepikovo->to_string() << endl; 
     
    216216  Car liaz(1989, "skoda", 1000); 
    217217  Bike author(2001, "noname", false); 
    218   UI_File out; 
     218  UIFile out; 
    219219 
    220220  UI::save(&audi, out, "marty");