| 4198 | } |
| 4199 | |
| 4200 | Ztring MediaInfo_Config::Ssl_CertificateFormat_Get () |
| 4201 | { |
| 4202 | CriticalSectionLocker CSL(CS); |
| 4203 | return Ssl_CertificateFormat; |
| 4204 | } |
| 4205 | |
| 4206 | void MediaInfo_Config::Ssl_PrivateKeyFileName_Set (const Ztring &Value) |
| 4207 | { |
no outgoing calls
no test coverage detected