]> source.dussan.org Git - tigervnc.git/commit
Get rid of SocketServer::checkTimeouts() 762/head
authorPierre Ossman <ossman@cendio.se>
Fri, 26 Oct 2018 13:54:56 +0000 (15:54 +0200)
committerPierre Ossman <ossman@cendio.se>
Fri, 9 Nov 2018 16:25:23 +0000 (17:25 +0100)
commita4308c9ec45b0ebcafaed2280b442d2840098e4e
tree243a24171e0a17131f81e12bbcb4fd1f903acc54
parent65e08fdc9d783a863b0d0b0acb62c9f3a6b49d63
Get rid of SocketServer::checkTimeouts()

It doesn't belong on each socket server object as timers are global.
Force implementations to call the Timer system directly instead,
avoiding any middle men.
common/network/Socket.h
common/rfb/VNCServerST.cxx
common/rfb/VNCServerST.h
unix/x0vncserver/x0vncserver.cxx
unix/xserver/hw/vnc/XserverDesktop.cc
win/rfb_win32/SocketManager.cxx