]> source.dussan.org Git - tigervnc.git/commit
Move version reading/writing out of ConnParams
authorPierre Ossman <ossman@cendio.se>
Mon, 18 Jun 2018 14:51:53 +0000 (16:51 +0200)
committerPierre Ossman <ossman@cendio.se>
Fri, 26 Oct 2018 14:47:49 +0000 (16:47 +0200)
commitea7ede9838ac51bab0427ecc8b46cc737497a375
tree648c7b76ab9334004de9ced53122193042671533
parent52a2e6520a6875f6a1434af2a0653d8a32fe7cf7
Move version reading/writing out of ConnParams

That object is just a container for the current state. Move the I/O
to the classes already doing such stuff.
common/rfb/CConnection.cxx
common/rfb/ConnParams.cxx
common/rfb/ConnParams.h
common/rfb/SConnection.cxx