| 43 | // ============================================================================= |
| 44 | |
| 45 | StreamManager::StreamManager() : |
| 46 | XMLSupport(), |
| 47 | _decrypt(nullptr) { |
| 48 | #ifdef LIBDVBCSA |
| 49 | _decrypt = std::make_shared<decrypt::dvbapi::Client>(*this); |
| 50 | #endif |
| 51 | } |
| 52 | |
| 53 | StreamManager::~StreamManager() {} |
| 54 |
nothing calls this directly
no outgoing calls
no test coverage detected