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