]> source.dussan.org Git - tigervnc.git/commit
Avoid reader/writer duplication in every encoder/decoder
authorPierre Ossman <ossman@cendio.se>
Wed, 29 Jan 2014 15:42:48 +0000 (16:42 +0100)
committerPierre Ossman <ossman@cendio.se>
Mon, 7 Jul 2014 12:42:08 +0000 (14:42 +0200)
commit4aba19e287b0105bb47777762ce14b3786d91019
tree3ac8984f8b31dfebc3dffde057eb9f23af3d559c
parent717c07b9671badeef0c18c91cf17fe9747559787
Avoid reader/writer duplication in every encoder/decoder
24 files changed:
common/rfb/Decoder.cxx
common/rfb/Decoder.h
common/rfb/Encoder.cxx
common/rfb/Encoder.h
common/rfb/HextileDecoder.cxx
common/rfb/HextileDecoder.h
common/rfb/HextileEncoder.cxx
common/rfb/HextileEncoder.h
common/rfb/RREDecoder.cxx
common/rfb/RREDecoder.h
common/rfb/RREEncoder.cxx
common/rfb/RREEncoder.h
common/rfb/RawDecoder.cxx
common/rfb/RawDecoder.h
common/rfb/RawEncoder.cxx
common/rfb/RawEncoder.h
common/rfb/TightDecoder.cxx
common/rfb/TightDecoder.h
common/rfb/TightEncoder.cxx
common/rfb/TightEncoder.h
common/rfb/ZRLEDecoder.cxx
common/rfb/ZRLEDecoder.h
common/rfb/ZRLEEncoder.cxx
common/rfb/ZRLEEncoder.h