| 4186 | } |
| 4187 | |
| 4188 | Ztring MediaInfo_Config::Ssl_CertificateFileName_Get () |
| 4189 | { |
| 4190 | CriticalSectionLocker CSL(CS); |
| 4191 | return Ssl_CertificateFileName; |
| 4192 | } |
| 4193 | |
| 4194 | void MediaInfo_Config::Ssl_CertificateFormat_Set (const Ztring &Value) |
| 4195 | { |
no outgoing calls
no test coverage detected