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

Method CInStreamChannel

Plugins/TigerVnc/InStreamChannel.cpp:7–11  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5Q_LOGGING_CATEGORY(VncStreamChannel, "VNC.Stream.Channel")
6
7CInStreamChannel::CInStreamChannel(CChannel* pDataChannel)
8 : rdr::BufferedInStream(),
9 m_pDataChannel(pDataChannel)
10{
11}
12
13bool CInStreamChannel::fillBuffer()
14{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected