diff options
author | Pierre Ossman <ossman@cendio.se> | 2009-03-13 14:41:27 +0000 |
---|---|---|
committer | Pierre Ossman <ossman@cendio.se> | 2009-03-13 14:41:27 +0000 |
commit | f99c5719e465eb00b7e1bd9c16720ede6fa08b52 (patch) | |
tree | 9e5898466b865e4cad6c451703ce3acfdb47954f /common/rfb/VNCSConnectionST.h | |
parent | 4f0f7db92b11a87660424132bfbbf872ec3cc2e6 (diff) | |
download | tigervnc-f99c5719e465eb00b7e1bd9c16720ede6fa08b52.tar.gz tigervnc-f99c5719e465eb00b7e1bd9c16720ede6fa08b52.zip |
Remove file transfer support.
git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@3677 3789f03b-4d11-0410-bbf8-ca57d06f2519
Diffstat (limited to 'common/rfb/VNCSConnectionST.h')
-rw-r--r-- | common/rfb/VNCSConnectionST.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/common/rfb/VNCSConnectionST.h b/common/rfb/VNCSConnectionST.h index d17bf6b9..2121150d 100644 --- a/common/rfb/VNCSConnectionST.h +++ b/common/rfb/VNCSConnectionST.h @@ -31,7 +31,6 @@ #include <rfb/SMsgWriter.h> #include <rfb/TransImageGetter.h> #include <rfb/VNCServerST.h> -#include <rfb/SFileTransfer.h> namespace rfb { class VNCSConnectionST : public SConnection, @@ -110,8 +109,6 @@ namespace rfb { void setStatus(int status); int getStatus(); - bool processFTMsg(int type); - private: // SConnection callbacks @@ -170,8 +167,6 @@ namespace rfb { CharArray closeReason; time_t startTime; - - SFileTransfer *m_pFileTransfer; }; } #endif |