| 13269 | #endif |
| 13270 | |
| 13271 | void Session::useConfigData( ConfigData const& configData ) { |
| 13272 | m_configData = configData; |
| 13273 | m_config.reset(); |
| 13274 | } |
| 13275 | |
| 13276 | int Session::run() { |
| 13277 | if( ( m_configData.waitForKeypress & WaitForKeypress::BeforeStart ) != 0 ) { |