]> source.dussan.org Git - tigervnc.git/commit
Stop abusing InputHandler class for write class
authorPierre Ossman <ossman@cendio.se>
Fri, 5 Feb 2016 09:43:12 +0000 (10:43 +0100)
committerPierre Ossman <ossman@cendio.se>
Wed, 28 Mar 2018 10:36:03 +0000 (12:36 +0200)
commit59da99f65033ddfa1bda51343c7fedf5801b0ca2
treef4fc9aa5cd0cca2f3a7fb5cfaeda06e553bd9b95
parent58a4c13ab1c0a215c5369b7ee60af50caa50d007
Stop abusing InputHandler class for write class

The handler is for incoming data and we should not be abusing that
class for the writer class. Do proper write prototypes for the
relevant functions.
common/rfb/CMsgWriter.cxx
common/rfb/CMsgWriter.h
vncviewer/Viewport.cxx
vncviewer/Viewport.h