---------------------------------------------------------------------------
| 2294 | |
| 2295 | //--------------------------------------------------------------------------- |
| 2296 | void MediaInfo_Config::Quote_Set (const Ztring &NewValue) |
| 2297 | { |
| 2298 | CriticalSectionLocker CSL(CS); |
| 2299 | Quote=NewValue; |
| 2300 | } |
| 2301 | |
| 2302 | Ztring MediaInfo_Config::Quote_Get () |
| 2303 | { |
no outgoing calls
no test coverage detected