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;};
   };
 
 }