]> source.dussan.org Git - tigervnc.git/commit
Move ListConnInfo to WinVNC directory
authorPierre Ossman <ossman@cendio.se>
Mon, 8 Oct 2018 14:03:01 +0000 (16:03 +0200)
committerPierre Ossman <ossman@cendio.se>
Fri, 9 Nov 2018 16:16:04 +0000 (17:16 +0100)
commit025326dd94070ba790e4c1f8596b93ce96fd5be4
tree5a4fae7fbeea807df67b0901c268e24e34005928
parentcd7931df76957ccadf0af258ff8515e520a90102
Move ListConnInfo to WinVNC directory

It is functionality specific to WinVNC, so move the code there
to make things more clear.
14 files changed:
common/network/Socket.h
common/rfb/ListConnInfo.h [deleted file]
common/rfb/VNCSConnectionST.cxx
common/rfb/VNCSConnectionST.h
common/rfb/VNCServerST.cxx
common/rfb/VNCServerST.h
win/rfb_win32/SocketManager.cxx
win/rfb_win32/SocketManager.h
win/winvnc/ControlPanel.cxx
win/winvnc/ControlPanel.h
win/winvnc/ListConnInfo.h [new file with mode: 0644]
win/winvnc/STrayIcon.cxx
win/winvnc/VNCServerWin32.cxx
win/winvnc/VNCServerWin32.h