diff options
author | Dennis Syrovatsky <dennis@tightvnc.com> | 2005-12-18 13:10:26 +0000 |
---|---|---|
committer | Dennis Syrovatsky <dennis@tightvnc.com> | 2005-12-18 13:10:26 +0000 |
commit | ea3546444207a69a3127b6bbde0b138c10adc7a8 (patch) | |
tree | b84eacafa69f78038a5ea44c31437137a4c608da /rfb/VNCSConnectionST.cxx | |
parent | afb285f52aca0a454da5d713958202550d54b14c (diff) | |
download | tigervnc-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.cxx | 5 |
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 |