| 11075 | #endif |
| 11076 | |
| 11077 | void Session::useConfigData( ConfigData const& configData ) { |
| 11078 | m_configData = configData; |
| 11079 | m_config.reset(); |
| 11080 | } |
| 11081 | |
| 11082 | int Session::run() { |
| 11083 | if( ( m_configData.waitForKeypress & WaitForKeypress::BeforeStart ) != 0 ) { |