| 4222 | } |
| 4223 | |
| 4224 | Ztring MediaInfo_Config::Ssl_PrivateKeyFormat_Get () |
| 4225 | { |
| 4226 | CriticalSectionLocker CSL(CS); |
| 4227 | return Ssl_PrivateKeyFormat; |
| 4228 | } |
| 4229 | |
| 4230 | void MediaInfo_Config::Ssl_CertificateAuthorityFileName_Set (const Ztring &Value) |
| 4231 | { |
no outgoing calls
no test coverage detected