| 85 | } |
| 86 | |
| 87 | void welsCodecTrace::SetCodecInstance (void* pCodecInstance) { |
| 88 | m_sLogCtx.pCodecInstance = pCodecInstance; |
| 89 | } |
| 90 | |
| 91 | void welsCodecTrace::SetTraceLevel (const int32_t iLevel) { |
| 92 | if (iLevel >= 0) |
no outgoing calls
no test coverage detected