diff options
author | Pierre Ossman <ossman@cendio.se> | 2018-10-05 17:35:51 +0200 |
---|---|---|
committer | Pierre Ossman <ossman@cendio.se> | 2018-10-26 16:29:25 +0200 |
commit | 6c97fa4575aeb979cf6ad5794ca5bcede9146233 (patch) | |
tree | db2bec106ac8597bc995f4139ec24a5bf0fa8535 /win | |
parent | 7d64b33b5b96a20216a2e1425ff412e027bbebcd (diff) | |
download | tigervnc-6c97fa4575aeb979cf6ad5794ca5bcede9146233.tar.gz tigervnc-6c97fa4575aeb979cf6ad5794ca5bcede9146233.zip |
Encapsulate client handling in VNCServerST
Removed the last parts of VNCSConnectionST's back door in to
VNCServerST and let the parent class fully handle coordination of
clients, and access to the desktop.
Diffstat (limited to 'win')
-rw-r--r-- | win/winvnc/VNCServerService.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/win/winvnc/VNCServerService.cxx b/win/winvnc/VNCServerService.cxx index 5656de04..f5a4dba2 100644 --- a/win/winvnc/VNCServerService.cxx +++ b/win/winvnc/VNCServerService.cxx @@ -19,6 +19,7 @@ // -=- WinVNC Version 4.0 Service-Mode implementation #include <winvnc/VNCServerService.h> +#include <rfb/LogWriter.h> #include <rfb_win32/TsSessions.h> #include <rfb_win32/ModuleFileName.h> #include <windows.h> |