Added the file transfer feature to the server side.

git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@534 3789f03b-4d11-0410-bbf8-ca57d06f2519
diff --git a/rfb/FileManager.h b/rfb/FileManager.h
index f4e8596..4fd736f 100644
--- a/rfb/FileManager.h
+++ b/rfb/FileManager.h
@@ -39,6 +39,8 @@
     
     bool isCreated();
 
+    char *getFilename();
+
   protected:
     FILE *m_pFile;
     char m_szMode[4];