MCPcopy Create free account
hub / github.com/deskflow/deskflow / PacketStreamFilter

Method PacketStreamFilter

src/lib/deskflow/PacketStreamFilter.cpp:18–23  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

16//
17
18PacketStreamFilter::PacketStreamFilter(IEventQueue *events, deskflow::IStream *stream, bool adoptStream)
19 : StreamFilter(events, stream, adoptStream),
20 m_events(events)
21{
22 // do nothing
23}
24
25void PacketStreamFilter::close()
26{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected