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