| 4210 | } |
| 4211 | |
| 4212 | Ztring MediaInfo_Config::Ssl_PrivateKeyFileName_Get () |
| 4213 | { |
| 4214 | CriticalSectionLocker CSL(CS); |
| 4215 | return Ssl_PrivateKeyFileName; |
| 4216 | } |
| 4217 | |
| 4218 | void MediaInfo_Config::Ssl_PrivateKeyFormat_Set (const Ztring &Value) |
| 4219 | { |
no outgoing calls
no test coverage detected