commit | 265d3c8752f2e9799dab2b048dde64994f891cb6 | [log] [tgz] |
---|---|---|
author | Dennis Syrovatsky <dennis@tightvnc.com> | Mon Apr 17 12:36:11 2006 +0000 |
committer | Dennis Syrovatsky <dennis@tightvnc.com> | Mon Apr 17 12:36:11 2006 +0000 |
tree | 1ca48943f9c804fd1fd63af3059fdc26ca6da834 | |
parent | 5722bf4e7132266457a873b1b5bff7f843e48b9b [diff] [blame] |
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];