| 16 | // |
| 17 | |
| 18 | PacketStreamFilter::PacketStreamFilter(IEventQueue *events, deskflow::IStream *stream, bool adoptStream) |
| 19 | : StreamFilter(events, stream, adoptStream), |
| 20 | m_events(events) |
| 21 | { |
| 22 | // do nothing |
| 23 | } |
| 24 | |
| 25 | void PacketStreamFilter::close() |
| 26 | { |
nothing calls this directly
no outgoing calls
no test coverage detected