| 2175 | } |
| 2176 | |
| 2177 | void CecSourceActivatedManaged(const CEC::cec_logical_address logicalAddress, const uint8_t bActivated) |
| 2178 | { |
| 2179 | try { |
| 2180 | SourceActivated((CecLogicalAddress)logicalAddress, bActivated == 1); |
| 2181 | } |
| 2182 | catch (...) {} |
| 2183 | } |
| 2184 | |
| 2185 | CecLogMessageManagedDelegate ^ m_logMessageDelegate; |
| 2186 | static System::Runtime::InteropServices::GCHandle m_logMessageGCHandle; |
nothing calls this directly
no test coverage detected