| 222 | |
| 223 | #ifdef LIBDVBCSA |
| 224 | input::dvb::SpFrontendDecryptInterface StreamManager::getFrontendDecryptInterface(const int streamID) { |
| 225 | return _stream[streamID]->getFrontendDecryptInterface(); |
| 226 | } |
| 227 | #endif |
| 228 | |
| 229 | // ============================================================================= |
nothing calls this directly
no outgoing calls
no test coverage detected