| 12864 | #endif |
| 12865 | |
| 12866 | void Session::useConfigData( ConfigData const& configData ) { |
| 12867 | m_configData = configData; |
| 12868 | m_config.reset(); |
| 12869 | } |
| 12870 | |
| 12871 | int Session::run() { |
| 12872 | if( ( m_configData.waitForKeypress & WaitForKeypress::BeforeStart ) != 0 ) { |