commit | 5c642e9b66c4b2479bca3eeb3c6ca5b0ff1f240d | [log] [tgz] |
---|---|---|
author | Oleg Sheikin <olg@tightvnc.com> | Thu Dec 22 20:57:58 2005 +0000 |
committer | Oleg Sheikin <olg@tightvnc.com> | Thu Dec 22 20:57:58 2005 +0000 |
tree | 7589986c1dfaf82a3c2d13460b25ef328882fe00 | |
parent | a10c27623444fd793a4340008f8e7b5365268560 [diff] [blame] |
The code which realizes full functionality Control Panel, in a kind existing now, was added. git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@467 3789f03b-4d11-0410-bbf8-ca57d06f2519
diff --git a/network/Socket.h b/network/Socket.h index a08afe5..595f47e 100644 --- a/network/Socket.h +++ b/network/Socket.h
@@ -122,6 +122,7 @@ if (newTimeout && (!*timeout || newTimeout < *timeout)) *timeout = newTimeout; } + virtual bool getDisable() {return true;}; }; }