diff options
Diffstat (limited to 'rfb/VNCServerST.h')
-rw-r--r-- | rfb/VNCServerST.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/rfb/VNCServerST.h b/rfb/VNCServerST.h index a6939c83..b3e62a97 100644 --- a/rfb/VNCServerST.h +++ b/rfb/VNCServerST.h @@ -31,7 +31,9 @@ #include <rfb/LogWriter.h> #include <rfb/Blacklist.h> #include <rfb/Cursor.h> +#include <rfb/ListConnInfo.h> #include <network/Socket.h> +#include <rfb/ListConnInfo.h> namespace rfb { @@ -187,6 +189,8 @@ namespace rfb { // are used, to save memory. void setEconomicTranslate(bool et) { useEconomicTranslate = et; } + bool getConnInfo(ListConnInfo * listConn); + protected: friend class VNCSConnectionST; |