| 13504 | #endif |
| 13505 | |
| 13506 | void Session::useConfigData( ConfigData const& configData ) { |
| 13507 | m_configData = configData; |
| 13508 | m_config.reset(); |
| 13509 | } |
| 13510 | |
| 13511 | int Session::run() { |
| 13512 | if( ( m_configData.waitForKeypress & WaitForKeypress::BeforeStart ) != 0 ) { |