]> source.dussan.org Git - tigervnc.git/commit
Push encoder and decoder handling down into the connection objects
authorPierre Ossman <ossman@cendio.se>
Fri, 31 Jan 2014 12:12:18 +0000 (13:12 +0100)
committerPierre Ossman <ossman@cendio.se>
Mon, 7 Jul 2014 12:50:28 +0000 (14:50 +0200)
commitfdba3fe884d5b43e07d7d49033c83f2f11bf524c
treedbd053e85ed44fd00dedf10b17d0cbb25f40eb5f
parentb6b4dc6487690e891ec2487c6cf765d36821fe3a
Push encoder and decoder handling down into the connection objects

This keeps the reader and writer objects clean and simple protocol
decoders/encoders.
common/rfb/CMsgHandler.h
common/rfb/CMsgReader.cxx
common/rfb/CMsgReader.h
common/rfb/RREEncoder.cxx
common/rfb/RREEncoder.h
common/rfb/SMsgWriter.cxx
common/rfb/SMsgWriter.h
common/rfb/VNCSConnectionST.cxx
common/rfb/VNCSConnectionST.h
vncviewer/CConn.cxx
vncviewer/CConn.h