| 13497 | #endif |
| 13498 | |
| 13499 | void Session::useConfigData( ConfigData const& configData ) { |
| 13500 | m_configData = configData; |
| 13501 | m_config.reset(); |
| 13502 | } |
| 13503 | |
| 13504 | int Session::run() { |
| 13505 | if( ( m_configData.waitForKeypress & WaitForKeypress::BeforeStart ) != 0 ) { |