commit | cd7931df76957ccadf0af258ff8515e520a90102 | [log] [tgz] |
---|---|---|
author | Pierre Ossman <ossman@cendio.se> | Fri Oct 05 17:48:58 2018 +0200 |
committer | Pierre Ossman <ossman@cendio.se> | Fri Oct 26 16:29:29 2018 +0200 |
tree | 484a56416e44da47cd9187f7e062a404e3f8043c | |
parent | 6c97fa4575aeb979cf6ad5794ca5bcede9146233 [diff] |
Inherit SocketServer directly from VNCServer This makes VNCServer a sufficiently complete interface that callers don't need to know about the specific implementation (VNCServerST currently). And assuming that all servers will use sockets is not that outrageous.