-------------------------------------------------------------------------
| 71 | |
| 72 | //------------------------------------------------------------------------- |
| 73 | const StartInfo* Options::GetStartInfo() const |
| 74 | { |
| 75 | return optionalStartInfo_.get_ptr(); |
| 76 | } |
| 77 | |
| 78 | //------------------------------------------------------------------------- |
| 79 | void Options::SetLogLevel(LogLevel logLevel) |
no outgoing calls