]> source.dussan.org Git - tigervnc.git/commit
Merge the "V3" message classes into the normal ones
authorPierre Ossman <ossman@cendio.se>
Thu, 16 Jan 2014 12:12:40 +0000 (13:12 +0100)
committerPierre Ossman <ossman@cendio.se>
Mon, 7 Jul 2014 12:42:08 +0000 (14:42 +0200)
commit7638e9c5b1c59abc98e27986b8178f19e5e6cf2a
tree3e87cbfbbdc731017a5b0bff751a8b9deaa83c66
parent95f1f294d0fd7b006f52d18d39ae0c3116258d91
Merge the "V3" message classes into the normal ones

We have no need for this abstraction so let's keep things simple.
20 files changed:
common/rfb/CConnection.cxx
common/rfb/CMakeLists.txt
common/rfb/CMsgReader.cxx
common/rfb/CMsgReader.h
common/rfb/CMsgReaderV3.cxx [deleted file]
common/rfb/CMsgReaderV3.h [deleted file]
common/rfb/CMsgWriter.cxx
common/rfb/CMsgWriter.h
common/rfb/CMsgWriterV3.cxx [deleted file]
common/rfb/CMsgWriterV3.h [deleted file]
common/rfb/SConnection.cxx
common/rfb/SMsgReader.cxx
common/rfb/SMsgReader.h
common/rfb/SMsgReaderV3.cxx [deleted file]
common/rfb/SMsgReaderV3.h [deleted file]
common/rfb/SMsgWriter.cxx
common/rfb/SMsgWriter.h
common/rfb/SMsgWriterV3.cxx [deleted file]
common/rfb/SMsgWriterV3.h [deleted file]
common/rfb/TightEncoder.cxx