| 162 | } |
| 163 | |
| 164 | ServerSSLOptions* ServerOptions::mutable_ssl_options() { |
| 165 | if (!_ssl_options) { |
| 166 | _ssl_options.reset(new ServerSSLOptions); |
| 167 | } |
| 168 | return _ssl_options.get(); |
| 169 | } |
| 170 | |
| 171 | Server::MethodProperty::OpaqueParams::OpaqueParams() |
| 172 | : is_tabbed(false) |