MCPcopy Create free account
hub / github.com/KangLin/RabbitRemoteControl / COutStreamChannel

Method COutStreamChannel

Plugins/TigerVnc/OutStreamChannel.cpp:8–12  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6Q_DECLARE_LOGGING_CATEGORY(VncStreamChannel)
7
8COutStreamChannel::COutStreamChannel(CChannel* pDataChannel)
9 : rdr::BufferedOutStream(),
10 m_pDataChannel(pDataChannel)
11{
12}
13
14bool COutStreamChannel::flushBuffer()
15{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected