summaryrefslogtreecommitdiffstats
path: root/rfb/VNCSConnectionST.cxx
diff options
context:
space:
mode:
authorDennis Syrovatsky <dennis@tightvnc.com>2005-12-18 13:10:26 +0000
committerDennis Syrovatsky <dennis@tightvnc.com>2005-12-18 13:10:26 +0000
commitea3546444207a69a3127b6bbde0b138c10adc7a8 (patch)
treeb84eacafa69f78038a5ea44c31437137a4c608da /rfb/VNCSConnectionST.cxx
parentafb285f52aca0a454da5d713958202550d54b14c (diff)
downloadtigervnc-ea3546444207a69a3127b6bbde0b138c10adc7a8.tar.gz
tigervnc-ea3546444207a69a3127b6bbde0b138c10adc7a8.zip
Added the file transfer messages routine for the server side code.
git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@460 3789f03b-4d11-0410-bbf8-ca57d06f2519
Diffstat (limited to 'rfb/VNCSConnectionST.cxx')
-rw-r--r--rfb/VNCSConnectionST.cxx5
1 files changed, 5 insertions, 0 deletions
diff --git a/rfb/VNCSConnectionST.cxx b/rfb/VNCSConnectionST.cxx
index 41e4eb3b..8b6adda6 100644
--- a/rfb/VNCSConnectionST.cxx
+++ b/rfb/VNCSConnectionST.cxx
@@ -699,4 +699,9 @@ int VNCSConnectionST::getStatus()
if ((accessRights & (AccessPtrEvents | AccessKeyEvents | AccessView)) == 0x0000)
return 2;
return 4;
+}
+
+bool VNCSConnectionST::processFTMsg(int type)
+{
+ return false;
} \ No newline at end of file