- Timestamp:
- 06/20/08 13:55:30 (17 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
tests/testUI.cpp
r122 r128 22 22 23 23 EngineUI() 24 : UserInfo ( "engine", "type of engine" ),24 : UserInfo<Engine>( "engine", "type of engine" ), 25 25 producer( "producer"), 26 26 consumption( "consumption") … … 62 62 63 63 CarUI() 64 : UserInfo ("car", "type of a car"),64 : UserInfo<Car>("car", "type of a car"), 65 65 color( "color"), 66 year( " year" )66 year( "color" ) 67 67 { 68 68 engine.Attach( elements );