commit | ea3546444207a69a3127b6bbde0b138c10adc7a8 | [log] [tgz] |
---|---|---|
author | Dennis Syrovatsky <dennis@tightvnc.com> | Sun Dec 18 13:10:26 2005 +0000 |
committer | Dennis Syrovatsky <dennis@tightvnc.com> | Sun Dec 18 13:10:26 2005 +0000 |
tree | b84eacafa69f78038a5ea44c31437137a4c608da | |
parent | afb285f52aca0a454da5d713958202550d54b14c [diff] [blame] |
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
diff --git a/rfb/SMsgHandler.h b/rfb/SMsgHandler.h index f326ad4..148403f 100644 --- a/rfb/SMsgHandler.h +++ b/rfb/SMsgHandler.h
@@ -56,6 +56,8 @@ // specially for this purpose. virtual void supportsLocalCursor(); + virtual bool processFTMsg(int type) = 0; + ConnParams cp; }; }