Show
Ignore:
Timestamp:
11/30/09 11:04:21 (14 years ago)
Author:
mido
Message:

mixef_init fills some data into mixef_init.out,
however, there are still some TODOs in this commit,
it is necessary to fill a few more bodies of the to_setting() method

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • applications/bdmtoolbox/mex/mixef_init.cpp

    r742 r746  
    5555        output[0]=tmp; 
    5656#else 
    57         Config Out; 
    58         mix.to_setting(Out.getRoot()); 
    59         Out.writeFile("mixef_init.out"); 
     57        UIFile out; 
     58        UI::save ( &mix, out, "test" ); 
     59        out.save ( "mixef_init.out" ); 
    6060#endif 
    6161}